forked from qt-creator/qt-creator
Do not shout at users
Change-Id: I744a3d45b67a4596ac8cc5371d9e3cb303946ae1 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user