L10n: First round of tr()-Fixes for 2.2

This commit is contained in:
Friedemann Kleint
2011-02-14 16:36:05 +01:00
parent 94548a1e1f
commit f37d9b55aa
16 changed files with 64 additions and 77 deletions

View File

@@ -82,7 +82,7 @@ static inline QString msgAutoDetectFail(bool is64Bit, const QString &executable,
const QString &extLib)
{
return QCoreApplication::translate("Debugger::Cdb::CdbOptions",
"Auto-detection of the new CDB debugging engine (%1bit) failed:\n"
"Auto-detection of the CDB debugging engine (%1bit) failed:\n"
"Debugger executable: %2\n"
"Extension library : %3 not present.\n").arg(is64Bit ? 64 : 32).
arg(QDir::toNativeSeparators(executable), QDir::toNativeSeparators(extLib));