branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/demos/sqlbrowser/browser.cpp Mon Jun 21 22:38:13 2010 +0100 +++ b/demos/sqlbrowser/browser.cpp Thu Jul 22 16:41:55 2010 +0100 @@ -242,6 +242,6 @@ void Browser::about() { QMessageBox::about(this, tr("About"), tr("The SQL Browser demonstration " - "show how a data browser can be used to visualize the results of SQL" + "shows how a data browser can be used to visualize the results of SQL" "statements on a live database")); }