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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user