VirtualBox

Changeset 3797 in vbox for trunk/src


Ignore:
Timestamp:
Jul 23, 2007 7:10:04 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: VBoxVMLogViewer spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h

    r3610 r3797  
    108108        mainLayout->addWidget (mSearchName);
    109109        mainLayout->addWidget (mSearchString);
     110        mainLayout->addWidget (mButtonNext);
    110111        mainLayout->addWidget (mButtonPrev);
    111         mainLayout->addWidget (mButtonNext);
    112112        mainLayout->addWidget (mCaseSensitive);
    113113        mainLayout->addItem   (mWarningSpacer);
     
    125125        QToolTip::add (mButtonClose, tr ("Close the search panel"));
    126126        mSearchName->setText (tr ("Find "));
    127         QToolTip::add (mSearchString, tr ("Enter search string here"));
     127        QToolTip::add (mSearchString, tr ("Enter a search string here"));
    128128        mButtonPrev->setTextLabel (tr ("&Previous"));
    129129        mButtonPrev->setAccel (QKeySequence (tr ("Alt+P")));
     
    134134        QToolTip::add (mButtonNext,
    135135            tr ("Search for the next occurrence of the string"));
    136         mCaseSensitive->setText (tr ("Cas&e Sensitive"));
     136        mCaseSensitive->setText (tr ("C&ase Sensitive"));
    137137        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"));
    140140    }
    141141
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