VirtualBox

Changeset 88268 in vbox


Ignore:
Timestamp:
Mar 24, 2021 10:24:04 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143473
Message:

FE/Qt: bugref:9515. Some more label fixes

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.cpp

    r88250 r88268  
    111111    if (m_pFixedCheckBox)
    112112    {
    113         m_pFixedCheckBox->setText(UIWizardNewVD::tr("Pre-&allocate Full Size"));
     113        m_pFixedCheckBox->setText(UIWizardNewVD::tr("Pre-allocate &Full Size"));
    114114        m_pFixedCheckBox->setToolTip(UIWizardNewVD::tr("<p>When checked, the virtual disk image will be fully allocated at "
    115115                                                       "VM creation time, rather than being allocated dynamically at VM run-time.</p>"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic4.cpp

    r88250 r88268  
    8686        m_pDiskNew->setText(UIWizardNewVM::tr("&Create a Virtual Hard Disk Now"));
    8787    if (m_pDiskExisting)
    88         m_pDiskExisting->setText(UIWizardNewVM::tr("&Use an Existing Virtual Hard Disk File"));
     88        m_pDiskExisting->setText(UIWizardNewVM::tr("U&se an Existing Virtual Hard Disk File"));
    8989    if (m_pDiskSelectionButton)
    9090        m_pDiskSelectionButton->setToolTip(UIWizardNewVM::tr("Choose a Virtual Hard Fisk File..."));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp

    r88266 r88268  
    166166        m_pToolBox->setPageTitle(ExpertToolboxItems_NameAndOSType, QString(UIWizardNewVM::tr("Name and &Operating System")));
    167167        m_pToolBox->setPageTitle(ExpertToolboxItems_Unattended, UIWizardNewVM::tr("&Unattended Install"));
    168         m_pToolBox->setPageTitle(ExpertToolboxItems_Disk, UIWizardNewVM::tr("&Hard Disk"));
     168        m_pToolBox->setPageTitle(ExpertToolboxItems_Disk, UIWizardNewVM::tr("Hard Dis&k"));
    169169        m_pToolBox->setPageTitle(ExpertToolboxItems_Hardware, UIWizardNewVM::tr("H&ardware"));
    170170    }
     
    185185        m_pDiskVariantGroupBox->setTitle(UIWizardNewVM::tr("Storage on Physical Hard Disk"));
    186186    if (m_pLocationLabel)
    187         m_pLocationLabel->setText(UIWizardNewVM::tr("Disk Location:"));
     187        m_pLocationLabel->setText(UIWizardNewVM::tr("Disk &Location:"));
    188188
    189189    if (m_pNameAndSystemLayout && m_pNameAndSystemEditor)
     
    369369    /* Disk location widgets: */
    370370
    371     m_pLocationLabel = new QLabel("Disk Location:");
     371    m_pLocationLabel = new QLabel;
    372372    m_pLocationLabel->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
    373373    m_pLocationEditor = new QLineEdit;
Note: See TracChangeset for help on using the changeset viewer.

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