diff options
author | Friedemann Kleint <[email protected]> | 2011-06-15 17:20:33 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2011-06-15 17:25:36 +0200 |
commit | 0ef59d99708599c50939812009d0656b29bb0b0b (patch) | |
tree | eb5e679f890ab66b6b4bf26d3e9f00158bf86443 /src/plugins/vcsbase/vcsbaseplugin.cpp | |
parent | a6c63854e474f286387619912fc9821976027856 (diff) |
tr()-Fixes for 2.3: Small spelling/notr-fixes.
Change-Id: I66b8b0e20b225429b4399dfca154a2806260ac61
Reviewed-on: http://codereview.qt.nokia.com/483
Reviewed-by: Qt Sanity Bot <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src/plugins/vcsbase/vcsbaseplugin.cpp')
-rw-r--r-- | src/plugins/vcsbase/vcsbaseplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/vcsbaseplugin.cpp b/src/plugins/vcsbase/vcsbaseplugin.cpp index f0b423c1ec4..01a2cbadf9f 100644 --- a/src/plugins/vcsbase/vcsbaseplugin.cpp +++ b/src/plugins/vcsbase/vcsbaseplugin.cpp @@ -954,7 +954,7 @@ bool VCSBasePlugin::runPatch(const QByteArray &input, const QString &workingDire VCSBaseOutputWindow *ow = VCSBaseOutputWindow::instance(); const QString patch = Internal::VCSPlugin::instance()->settings().patchCommand; if (patch.isEmpty()) { - ow->appendError(tr("There is no patch-command configured in the commone 'Version Control' settings.")); + ow->appendError(tr("There is no patch-command configured in the common 'Version Control' settings.")); return false; } |