diff options
| author | David Boddie <dboddie@trolltech.com> | 2010-04-23 14:23:57 +0200 |
|---|---|---|
| committer | David Boddie <dboddie@trolltech.com> | 2010-04-23 14:23:57 +0200 |
| commit | 9206f0f867e39bbcfa2670a7ba71211b7384c601 (patch) | |
| tree | 329b3cfca4e99aab4d604202c868d33b368a2e47 /demos/sqlbrowser/browser.cpp | |
| parent | 0e3200866d90c579a8951e4ef843c6fe54c2c7bd (diff) | |
Doc: Fixed typos.
Reviewed-by: Trust Me
Diffstat (limited to 'demos/sqlbrowser/browser.cpp')
| -rw-r--r-- | demos/sqlbrowser/browser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sqlbrowser/browser.cpp b/demos/sqlbrowser/browser.cpp index 12324281cb..fe699c7fd2 100644 --- a/demos/sqlbrowser/browser.cpp +++ b/demos/sqlbrowser/browser.cpp @@ -242,6 +242,6 @@ void Browser::updateActions() 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")); } |
