VirtualBox

Changeset 104531 in vbox


Ignore:
Timestamp:
May 7, 2024 12:58:04 PM (7 months ago)
Author:
vboxsync
Message:

FE/Qt. bugref:10674. Set texts of search widget tool buttons for screen readers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSearchWidget.cpp

    r104226 r104531  
    203203        m_pSearchTermLineEdit->setToolTip(tr("Enter the search term and press Enter/Return"));
    204204    if (m_pShowPreviousMatchButton)
    205         m_pShowPreviousMatchButton->setToolTip(tr("Show the previous item matching the search term"));
     205    {
     206        m_pShowPreviousMatchButton->setToolTip(tr("Navigates to the previous item matching the search term"));
     207        m_pShowPreviousMatchButton->setText(tr("Previous Match"));
     208    }
    206209    if (m_pShowNextMatchButton)
    207         m_pShowNextMatchButton->setToolTip(tr("Show the next item matching the search term"));
     210    {
     211        m_pShowNextMatchButton->setToolTip(tr("Navigates to the next item matching the search term"));
     212        m_pShowNextMatchButton->setText(tr("Next Match"));
     213    }
    208214}
    209215
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