VirtualBox

Ignore:
Timestamp:
Mar 3, 2022 9:10:37 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899. Some more tooltip fixes to improve accessibility.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardCloneVMEditors.cpp

    r93115 r94068  
    477477{
    478478    if (m_pFullCloneRadio)
     479    {
    479480        m_pFullCloneRadio->setText(tr("&Full clone"));
     481        m_pFullCloneRadio->setToolTip(tr("When chosen, all the virtual disks of the source vm are also cloned."));
     482    }
    480483    if (m_pLinkedCloneRadio)
     484    {
    481485        m_pLinkedCloneRadio->setText(tr("&Linked clone"));
    482 
     486        m_pLinkedCloneRadio->setToolTip(tr("When chosen, the cloned vm will save space by sharing the source VM's disk images."));
     487    }
    483488}
    484489
     
    542547{
    543548    if (m_pMachineRadio)
     549    {
    544550        m_pMachineRadio->setText(tr("Current &machine state"));
     551        m_pMachineRadio->setToolTip(tr("When chosen, only the current state of the source vm is cloned."));
     552    }
    545553    if (m_pMachineAndChildsRadio)
    546554        m_pMachineAndChildsRadio->setText(tr("Current &snapshot tree branch"));
    547555    if (m_pAllRadio)
     556    {
    548557        m_pAllRadio->setText(tr("&Everything"));
     558        m_pAllRadio->setToolTip(tr("When chosen, all the saved states of the source vm are also cloned."));
     559    }
    549560}
    550561
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp

    r94064 r94068  
    203203    {
    204204        m_pFixedCheckBox->setText(tr("Pre-allocate &Full Size"));
    205         m_pFixedCheckBox->setToolTip(tr("Allocates the virtual disk image during VM creation."));
     205        m_pFixedCheckBox->setToolTip(tr("When checked, the virtual disk image is allocated with its full size during VM creation time"));
    206206    }
    207207    if (m_pSplitBox)
    208208    {
    209209        m_pSplitBox->setText(tr("&Split into 2GB parts"));
    210         m_pSplitBox->setToolTip(tr("Splits hard disk file into 2GB parts in the host storage."));
     210        m_pSplitBox->setToolTip(tr("When checked, the virtual hard disk file is split into 2GB parts."));
    211211    }
    212212}
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