VirtualBox

Changeset 93937 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 24, 2022 4:57:58 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Global preferences: Reworking Update page to increase page accessibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIUpdateSettingsEditor.cpp

    r93115 r93937  
    8282    if (m_pCheckBox)
    8383    {
    84         m_pCheckBox->setWhatsThis(tr("When checked, the application will periodically connect to the VirtualBox "
    85                                      "website and check whether a new VirtualBox version is available."));
     84        m_pCheckBox->setToolTip(tr("When checked, the application will periodically connect to the VirtualBox "
     85                                   "website and check whether a new VirtualBox version is available."));
    8686        m_pCheckBox->setText(tr("&Check for Updates"));
    8787    }
     
    9292    if (m_pComboUpdatePeriod)
    9393    {
    94         m_pComboUpdatePeriod->setWhatsThis(tr("Selects how often the new version check should be performed. Note that if you want "
    95                                               "to completely disable this check, just clear the above check box."));
     94        m_pComboUpdatePeriod->setToolTip(tr("Selects how often the new version check should be performed."));
    9695        const int iCurrenIndex = m_pComboUpdatePeriod->currentIndex();
    9796        m_pComboUpdatePeriod->clear();
     
    108107    if (m_mapRadioButtons.value(VBoxUpdateData::BranchStable))
    109108    {
    110         m_mapRadioButtons.value(VBoxUpdateData::BranchStable)->setWhatsThis(tr("<p>Choose this if you only wish to be notified "
    111                                                                                "about stable updates to VirtualBox.</p>"));
     109        m_mapRadioButtons.value(VBoxUpdateData::BranchStable)->setToolTip(tr("When chosen, you will be notified "
     110                                                                             "about stable updates to VirtualBox."));
    112111        m_mapRadioButtons.value(VBoxUpdateData::BranchStable)->setText(tr("&Stable Release Versions"));
    113112    }
    114113    if (m_mapRadioButtons.value(VBoxUpdateData::BranchAllRelease))
    115114    {
    116         m_mapRadioButtons.value(VBoxUpdateData::BranchAllRelease)->setWhatsThis(tr("<p>Choose this if you wish to be notified "
    117                                                                                    "about all new VirtualBox releases.</p>"));
     115        m_mapRadioButtons.value(VBoxUpdateData::BranchAllRelease)->setToolTip(tr("When chosen, you will be notified "
     116                                                                                 "about all new VirtualBox releases."));
    118117        m_mapRadioButtons.value(VBoxUpdateData::BranchAllRelease)->setText(tr("&All New Releases"));
    119118    }
    120119    if (m_mapRadioButtons.value(VBoxUpdateData::BranchWithBetas))
    121120    {
    122         m_mapRadioButtons.value(VBoxUpdateData::BranchWithBetas)->setWhatsThis(tr("<p>Choose this to be notified about all new "
    123                                                                                   "VirtualBox releases and pre-release versions "
    124                                                                                   "of VirtualBox.</p>"));
     121        m_mapRadioButtons.value(VBoxUpdateData::BranchWithBetas)->setToolTip(tr("When chosen, you will be notified "
     122                                                                                "about all new VirtualBox releases and "
     123                                                                                "pre-release versions of VirtualBox."));
    125124        m_mapRadioButtons.value(VBoxUpdateData::BranchWithBetas)->setText(tr("All New Releases and &Pre-Releases"));
    126125    }
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