Changeset 87783 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 17, 2021 3:17:35 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142839
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp
r87731 r87783 186 186 m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Please select an installation medium (ISO file)")); 187 187 if (m_pGAInstallCheckBox) 188 { 188 189 m_pGAInstallCheckBox->setText(UIWizardNewVM::tr("Install Guest Additions")); 190 m_pGAInstallCheckBox->setToolTip(UIWizardNewVM::tr("<p>When checked the guest additions will be installed " 191 "after the OS install.</p>")); 192 } 189 193 if (m_pProductKeyLabel) 190 194 m_pProductKeyLabel->setText(UIWizardNewVM::tr("Product Key:")); … … 198 202 { 199 203 m_pStartHeadlessCheckBox->setText(UIWizardNewVM::tr("Start VM Headless")); 200 m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr(" When checked, the unattended install will start the virtual "201 "machine in headless mode after the guest OS install. "));204 m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("<p>When checked, the unattended install will start the virtual " 205 "machine in headless mode after the guest OS install.</p>")); 202 206 } 203 207 }
Note:
See TracChangeset
for help on using the changeset viewer.