Changeset 469 for trunk/src/gui/help/browser/helpbrowser.cpp
- Timestamp:
- 03/23/06 18:48:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gui/help/browser/helpbrowser.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/help/browser/helpbrowser.cpp
r466 r469 120 120 QDomElement root = document->documentElement(); 121 121 if (root.tagName() != ELEMENT_CONTENTS) { 122 errorString = "Supplied XML file is not a valid Contents document.";122 errorString = tr("Supplied XML file is not a valid Contents document."); 123 123 return false; 124 124 } … … 359 359 360 360 /* Set the status bar text */ 361 this->statusBar()->showMessage( QString("Found %1 results")361 this->statusBar()->showMessage(tr("Found %1 results") 362 362 .arg(ui.treeSearch->topLevelItemCount())); 363 363 }
