VirtualBox

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


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

FE/Qt: bugref:6899. Removing html tags from the UINativeWizard navigation button tooltips.

File:
1 edited

Legend:

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

    r93661 r94069  
    190190        case WizardMode_Basic:
    191191            pButtonExpert->setText(tr("&Expert Mode"));
    192             pButtonExpert->setToolTip(tr("Switch to <nobr><b>Expert Mode</b></nobr>, "
     192            pButtonExpert->setToolTip(tr("Switch to the Expert Mode, "
    193193                                         "a one-page dialog for experienced users."));
    194194            break;
    195195        case WizardMode_Expert:
    196196            pButtonExpert->setText(tr("&Guided Mode"));
    197             pButtonExpert->setToolTip(tr("Switch to <nobr><b>Guided Mode</b></nobr>, "
     197            pButtonExpert->setToolTip(tr("Switch to the Guided Mode, "
    198198                                         "a step-by-step dialog with detailed explanations."));
    199199            break;
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