Changeset 94052 in vbox for trunk/src/VBox
- Timestamp:
- Mar 2, 2022 8:16:19 AM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp
r94045 r94052 203 203 { 204 204 m_pFixedCheckBox->setText(tr("Pre-allocate &Full Size")); 205 m_pFixedCheckBox->setToolTip(tr(" <p>Allocates the virtual disk image during VM creation."));205 m_pFixedCheckBox->setToolTip(tr("Allocates the virtual disk image during VM creation.")); 206 206 } 207 207 if (m_pSplitBox) 208 208 { 209 209 m_pSplitBox->setText(tr("&Split into 2GB parts")); 210 m_pSplitBox->setToolTip(tr(" <p>Splits hard disk file into 2GB parts in the host storage.</p>"));210 m_pSplitBox->setToolTip(tr("Splits hard disk file into 2GB parts in the host storage.")); 211 211 } 212 212 } -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp
r93798 r94052 163 163 m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:")); 164 164 setTitle(UIWizardNewVM::tr("Gu&est Additions")); 165 setToolTip(UIWizardNewVM::tr(" <p>Enables installation of the guest additions "166 "after the guest OS install. </p>"));165 setToolTip(UIWizardNewVM::tr("Enables installation of the guest additions " 166 "after the guest OS install.")); 167 167 } 168 168 … … 270 270 { 271 271 m_pStartHeadlessCheckBox->setText(UIWizardNewVM::tr("&Install in Background")); 272 m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr(" <p>Enables headless boot (with no GUI) of the newly created virtual machine "273 "for the unattended guest OS install. </p>"));272 m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("Enables headless boot (with no GUI) of the newly created virtual machine " 273 "for the unattended guest OS install.")); 274 274 } 275 275 … … 411 411 { 412 412 m_pEFICheckBox->setText(UIWizardNewVM::tr("&Enable EFI (special OSes only)")); 413 m_pEFICheckBox->setToolTip(UIWizardNewVM::tr(" <p>Enables Extended Firmware Interface (EFI), which is required to boot certain "414 "guest OSes. Non-EFI aware OSes will not be able to boot if this option is activated. </p>"));413 m_pEFICheckBox->setToolTip(UIWizardNewVM::tr("Enables Extended Firmware Interface (EFI), which is required to boot certain " 414 "guest OSes. Non-EFI aware OSes will not be able to boot if this option is activated.")); 415 415 } 416 416 } -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMDiskPage.cpp
r93115 r94052 224 224 { 225 225 m_pFixedCheckBox->setText(UIWizardNewVM::tr("Pre-allocate &Full Size")); 226 m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr(" <p>Allocates the virtual disk image at VM creation time"));226 m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("Allocates the virtual disk image at VM creation time")); 227 227 } 228 228 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp
r93894 r94052 199 199 { 200 200 m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation")); 201 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr(" <p>Disables the unattended install and just mounts the ISO.</p>"));201 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("Disables the unattended install and just mounts the ISO.")); 202 202 } 203 203 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r93996 r94052 417 417 { 418 418 m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation")); 419 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr(" <p>Disables the unattended install and just mount the ISO.</p>"));419 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("Disables the unattended install and just mount the ISO.")); 420 420 } 421 421
Note:
See TracChangeset
for help on using the changeset viewer.