L10n: tr()-Fixes.

This commit is contained in:
Friedemann Kleint
2011-03-01 17:07:15 +01:00
parent fbdfb3acae
commit ad21b4859a
7 changed files with 10 additions and 9 deletions

View File

@@ -522,7 +522,7 @@ DEBUGGER_EXPORT ConfigurationCheck checkDebugConfiguration(const DebuggerStartPa
requiredTypes = engineTypes(sp);
}
if (requiredTypes.isEmpty()) {
result.errorMessage = DebuggerPlugin::tr("Internal error: Unable to determine debugger engine type for this configuration");
result.errorMessage = QLatin1String("Internal error: Unable to determine debugger engine type for this configuration");
return result;
}
if (debug)