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,
|
||||
|
@@ -56,7 +56,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="jomLabel">
|
||||
<property name="text">
|
||||
<string>jom is a drop-in replacement for nmake which distributes the compilation process to multiple CPU cores. For more details, see <a href="http://qt.gitorious.org/qt-labs/jom/">the jom Homepage</a>. Disable this if you expirience problems with your Makefiles.</string>
|
||||
<string><i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. For more details, see the <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</a>. Disable it if you experience problems with your builds.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
Reference in New Issue
Block a user