Changeset 94055 in vbox
- Timestamp:
- Mar 2, 2022 1:05:01 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMDiskPage.cpp
r94052 r94055 224 224 { 225 225 m_pFixedCheckBox->setText(UIWizardNewVM::tr("Pre-allocate &Full Size")); 226 m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr(" Allocates the virtual disk image atVM creation time"));226 m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("When checked, the virtual disk image is allocated with its full size during VM creation time")); 227 227 } 228 228 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp
r94052 r94055 199 199 { 200 200 m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation")); 201 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("Disables the unattended install and just mounts the ISO.")); 201 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("When checked, the unattended install is disabled and the selected ISO " 202 "is mounted on the vm.")); 202 203 } 203 204 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r94052 r94055 417 417 { 418 418 m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation")); 419 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("Disables the unattended install and just mount the ISO.")); 419 m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("When checked, the unattended install is disabled and the selected ISO " 420 "is mounted on the vm.")); 420 421 } 421 422
Note:
See TracChangeset
for help on using the changeset viewer.