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:
Robert Loehning
2014-08-22 13:26:36 +02:00
parent a13ef73db5
commit bb8d0d2181
10 changed files with 10 additions and 10 deletions

View File

@@ -1386,7 +1386,7 @@ bool DebuggerPluginPrivate::parseArgument(QStringList::const_iterator &it,
} else if (sp.executable.isEmpty()) {
sp.executable = key;
} else {
*errorMessage = DebuggerPlugin::tr("Only one executable allowed!");
*errorMessage = DebuggerPlugin::tr("Only one executable allowed.");
return false;
}
}