diff options
author | Robert Loehning <robert.loehning@digia.com> | 2014-08-22 13:26:36 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2014-08-22 13:51:09 +0200 |
commit | bb8d0d2181fd7cd2f0850e558c4ca897f65acaff (patch) | |
tree | da6ab099d6811ebbbd7b871a02a9dd3831be1795 /src/plugins/cvs | |
parent | a13ef73db5633f221a181ee9c67de44c3eda3769 (diff) | |
download | qt-creator-bb8d0d2181fd7cd2f0850e558c4ca897f65acaff.tar.gz |
Do not shout at users
Change-Id: I744a3d45b67a4596ac8cc5371d9e3cb303946ae1
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r-- | src/plugins/cvs/cvsplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp index 5ccff45439..386a8087b9 100644 --- a/src/plugins/cvs/cvsplugin.cpp +++ b/src/plugins/cvs/cvsplugin.cpp @@ -1147,7 +1147,7 @@ CvsResponse CvsPlugin::runCvs(const QString &workingDirectory, CvsResponse response; if (executable.isEmpty()) { response.result = CvsResponse::OtherError; - response.message =tr("No cvs executable specified!"); + response.message =tr("No cvs executable specified."); return response; } // Run, connect stderr to the output window |