forked from qt-creator/qt-creator
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 <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user