VirtualBox

Changeset 105828 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 22, 2024 5:28:54 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164542
Message:

FE/Qt: More NLS fixes for wizards, s.a. r164540.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMExpertPage.cpp

    r103957 r105828  
    100100    /* Translate widgets: */
    101101    if (m_pNamePathGroupBox)
    102         m_pNamePathGroupBox->setTitle(UIWizardCloneVM::tr("New machine &name and path"));
    103     if (m_pCloneTypeGroupBox)
    104         m_pCloneTypeGroupBox->setTitle(UIWizardCloneVM::tr("Clone type"));
     102        m_pNamePathGroupBox->setTitle(UIWizardCloneVM::tr("New Machine Name and Path"));
     103    if (m_pCloneTypeGroupBox)
     104        m_pCloneTypeGroupBox->setTitle(UIWizardCloneVM::tr("Clone Type"));
    105105    if (m_pCloneModeGroupBox)
    106106        m_pCloneModeGroupBox->setTitle(UIWizardCloneVM::tr("Snapshots"));
    107107    if (m_pAdditionalOptionsGroupBox)
    108         m_pAdditionalOptionsGroupBox->setTitle(UIWizardCloneVM::tr("Additional options"));
     108        m_pAdditionalOptionsGroupBox->setTitle(UIWizardCloneVM::tr("Additional Options"));
    109109}
    110110
Note: See TracChangeset for help on using the changeset viewer.

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