forked from qt-creator/qt-creator
I10N: First translation fixes for 2.1
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
This commit is contained in:
@@ -167,7 +167,7 @@ bool S60CreatePackageStep::init()
|
||||
// Try to detect command in environment
|
||||
const QString tmp = buildConfiguration()->environment().searchInPath(m_makeCmd);
|
||||
if (tmp.isEmpty()) {
|
||||
emit addOutput(tr("Could not find make command: %1 in the build environment").arg(m_makeCmd), BuildStep::ErrorOutput);
|
||||
emit addOutput(tr("Could not find make command '%1' in the build environment").arg(m_makeCmd), BuildStep::ErrorOutput);
|
||||
return false;
|
||||
}
|
||||
m_makeCmd = tmp;
|
||||
|
||||
Reference in New Issue
Block a user