VirtualBox

Ignore:
Timestamp:
Mar 3, 2021 3:22:33 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9950. Some labelling

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  
    110110{
    111111    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
    113118    if (m_pSplitBox)
    114119        m_pSplitBox->setText(UIWizardNewVD::tr("&Split into files of less than 2GB"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp

    r87929 r87940  
    220220    if (m_pVariantGroupBox)
    221221        m_pVariantGroupBox->setTitle(UIWizardNewVD::tr("Storage on physical hard disk"));
    222     if (m_pFixedCheckBox)
    223         m_pFixedCheckBox->setText(UIWizardNewVD::tr("&Fixed size"));
    224222    if (m_pSplitBox)
    225223        m_pSplitBox->setText(UIWizardNewVD::tr("&Split into files of less than 2GB"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette