VirtualBox

Changeset 88267 in vbox


Ignore:
Timestamp:
Mar 24, 2021 8:48:08 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9515. Label fixes

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIUserNamePasswordEditor.cpp

    r88152 r88267  
    300300void UIUserNamePasswordEditor::retranslateUi()
    301301{
    302     QString strPassword = UIUserNamePasswordEditor::tr("Password");
    303     QString strRepeatPassword = UIUserNamePasswordEditor::tr("Repeat Password");
    304     QString strUsername = UIUserNamePasswordEditor::tr("Username");
     302    QString strPassword = UIUserNamePasswordEditor::tr("Pass&word");
     303    QString strRepeatPassword = UIUserNamePasswordEditor::tr("&Repeat Password");
     304    QString strUsername = UIUserNamePasswordEditor::tr("U&sername");
    305305    if (m_pUserNameLabel)
    306306    {
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp

    r88266 r88267  
    197197
    198198    if (m_pGAISOPathLabel)
    199         m_pGAISOPathLabel->setText(UIWizardNewVM::tr("&GA Installation ISO:"));
     199        m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:"));
    200200    if (m_pGAISOFilePathSelector)
    201201        m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Please select an installation medium (ISO file)"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette