Changeset 104531 in vbox
- Timestamp:
- May 7, 2024 12:58:04 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSearchWidget.cpp
r104226 r104531 203 203 m_pSearchTermLineEdit->setToolTip(tr("Enter the search term and press Enter/Return")); 204 204 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 } 206 209 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 } 208 214 } 209 215
Note:
See TracChangeset
for help on using the changeset viewer.