forked from qt-creator/qt-creator
Fixed dublicated placeholder in message.
Merge-request: 1270
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
(cherry picked from commit 770ec46a4e
)
This commit is contained in:
@@ -1034,7 +1034,7 @@ static inline QString msgExecutionLogEntry(const QString &workingDir, const QStr
|
||||
const QString args = arguments.join(QString(QLatin1Char(' ')));
|
||||
if (workingDir.isEmpty())
|
||||
return CVSPlugin::tr("Executing: %1 %2\n").arg(executable, args);
|
||||
return CVSPlugin::tr("Executing in %1: %2 %2\n").arg(workingDir, executable, args);
|
||||
return CVSPlugin::tr("Executing in %1: %2 %3\n").arg(workingDir, executable, args);
|
||||
}
|
||||
|
||||
// Figure out a working directory for the process,
|
||||
|
Reference in New Issue
Block a user