forked from qt-creator/qt-creator
Tr glitches.
This commit is contained in:
@@ -1033,8 +1033,8 @@ static inline QString msgExecutionLogEntry(const QString &workingDir, const QStr
|
||||
//: Executing: <executable> <arguments>
|
||||
const QString args = arguments.join(QString(QLatin1Char(' ')));
|
||||
if (workingDir.isEmpty())
|
||||
return CVSPlugin::tr("Executing: %2 %3\n").arg(executable, args);
|
||||
return CVSPlugin::tr("Executing in %2: %3 %4\n").arg(workingDir, executable, args);
|
||||
return CVSPlugin::tr("Executing: %1 %2\n").arg(executable, args);
|
||||
return CVSPlugin::tr("Executing in %1: %2 %2\n").arg(workingDir, executable, args);
|
||||
}
|
||||
|
||||
// Figure out a working directory for the process,
|
||||
|
Reference in New Issue
Block a user