VirtualBox

Changeset 94055 in vbox


Ignore:
Timestamp:
Mar 2, 2022 1:05:01 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899. Some re-wording in tooltips.

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  
    224224    {
    225225        m_pFixedCheckBox->setText(UIWizardNewVM::tr("Pre-allocate &Full Size"));
    226         m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("Allocates the virtual disk image at VM creation time"));
     226        m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("When checked, the virtual disk image is allocated with its full size during VM creation time"));
    227227    }
    228228
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r94052 r94055  
    199199    {
    200200        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."));
    202203    }
    203204
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp

    r94052 r94055  
    417417    {
    418418        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."));
    420421    }
    421422
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