Changeset 88267 in vbox
- Timestamp:
- Mar 24, 2021 8:48:08 AM (4 years ago)
- 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 300 300 void UIUserNamePasswordEditor::retranslateUi() 301 301 { 302 QString strPassword = UIUserNamePasswordEditor::tr("Pass word");303 QString strRepeatPassword = UIUserNamePasswordEditor::tr(" Repeat Password");304 QString strUsername = UIUserNamePasswordEditor::tr("U sername");302 QString strPassword = UIUserNamePasswordEditor::tr("Pass&word"); 303 QString strRepeatPassword = UIUserNamePasswordEditor::tr("&Repeat Password"); 304 QString strUsername = UIUserNamePasswordEditor::tr("U&sername"); 305 305 if (m_pUserNameLabel) 306 306 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp
r88266 r88267 197 197 198 198 if (m_pGAISOPathLabel) 199 m_pGAISOPathLabel->setText(UIWizardNewVM::tr(" &GA Installation ISO:"));199 m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:")); 200 200 if (m_pGAISOFilePathSelector) 201 201 m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Please select an installation medium (ISO file)"));
Note:
See TracChangeset
for help on using the changeset viewer.