- Timestamp:
- Jul 23, 2007 7:10:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h
r3610 r3797 108 108 mainLayout->addWidget (mSearchName); 109 109 mainLayout->addWidget (mSearchString); 110 mainLayout->addWidget (mButtonNext); 110 111 mainLayout->addWidget (mButtonPrev); 111 mainLayout->addWidget (mButtonNext);112 112 mainLayout->addWidget (mCaseSensitive); 113 113 mainLayout->addItem (mWarningSpacer); … … 125 125 QToolTip::add (mButtonClose, tr ("Close the search panel")); 126 126 mSearchName->setText (tr ("Find ")); 127 QToolTip::add (mSearchString, tr ("Enter search string here"));127 QToolTip::add (mSearchString, tr ("Enter a search string here")); 128 128 mButtonPrev->setTextLabel (tr ("&Previous")); 129 129 mButtonPrev->setAccel (QKeySequence (tr ("Alt+P"))); … … 134 134 QToolTip::add (mButtonNext, 135 135 tr ("Search for the next occurrence of the string")); 136 mCaseSensitive->setText (tr ("C as&e Sensitive"));136 mCaseSensitive->setText (tr ("C&ase Sensitive")); 137 137 QToolTip::add (mCaseSensitive, 138 tr (" Check this box to perform Case Sensitive search"));139 mWarningString->setText (tr (" Unable to find string"));138 tr ("Perform case sensitive search (when checked)")); 139 mWarningString->setText (tr ("String not found")); 140 140 } 141 141
Note:
See TracChangeset
for help on using the changeset viewer.