Changeset 95947 in vbox
- Timestamp:
- Jul 29, 2022 3:03:20 PM (2 years ago)
- 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 183 183 m_pPathLabel->setText(UIWizardCloneVM::tr("&Path:")); 184 184 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.")); 186 186 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.")); 188 188 } 189 189 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp
r95946 r95947 163 163 m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:")); 164 164 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.")); 167 166 } 168 167
Note:
See TracChangeset
for help on using the changeset viewer.