VirtualBox

Changeset 95947 in vbox


Ignore:
Timestamp:
Jul 29, 2022 3:03:20 PM (2 years ago)
Author:
vboxsync
Message:

FE/Qt/Ds: Couple of missed NLS tags in wizard editors.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardCloneVMEditors.cpp

    r95946 r95947  
    183183        m_pPathLabel->setText(UIWizardCloneVM::tr("&Path:"));
    184184    if (m_pNameLineEdit)
    185         m_pNameLineEdit->setToolTip("Holds a name for the new virtual machine.");
     185        m_pNameLineEdit->setToolTip(UIWizardCloneVM::tr("Holds a name for the new virtual machine."));
    186186    if (m_pPathSelector)
    187         m_pPathSelector->setToolTip("Specifies The location of the new virtual machine in host's storage.");
     187        m_pPathSelector->setToolTip(UIWizardCloneVM::tr("Specifies The location of the new virtual machine in host's storage."));
    188188}
    189189
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp

    r95946 r95947  
    163163        m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:"));
    164164    setTitle(UIWizardNewVM::tr("Gu&est Additions"));
    165     setToolTip(UIWizardNewVM::tr("Enables installation of the guest additions  "
    166                                  "after the guest OS install."));
     165    setToolTip(UIWizardNewVM::tr("Enables installation of the guest additions after the guest OS install."));
    167166}
    168167
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