Changeset 87940 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 3, 2021 3:22:33 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.cpp
r87929 r87940 110 110 { 111 111 if (m_pFixedCheckBox) 112 m_pFixedCheckBox->setText(UIWizardNewVD::tr("&Fixed size")); 112 { 113 m_pFixedCheckBox->setText(UIWizardNewVD::tr("&Pre-allocate full size")); 114 m_pFixedCheckBox->setToolTip(UIWizardNewVD::tr("<p>When checked, the virtual disk image will be fully allocated at " 115 "VM creation time, rather than being allocated dynamically at VM run-time.</p>")); 116 } 117 113 118 if (m_pSplitBox) 114 119 m_pSplitBox->setText(UIWizardNewVD::tr("&Split into files of less than 2GB")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp
r87929 r87940 220 220 if (m_pVariantGroupBox) 221 221 m_pVariantGroupBox->setTitle(UIWizardNewVD::tr("Storage on physical hard disk")); 222 if (m_pFixedCheckBox)223 m_pFixedCheckBox->setText(UIWizardNewVD::tr("&Fixed size"));224 222 if (m_pSplitBox) 225 223 m_pSplitBox->setText(UIWizardNewVD::tr("&Split into files of less than 2GB"));
Note:
See TracChangeset
for help on using the changeset viewer.