tr()-Fixes for 2.5.

Change-Id: I51d3f71e49b7cbd2e7608a11e08f3066ee133776
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Friedemann Kleint
2012-01-31 11:03:22 +01:00
committed by hjk
parent 8591b89807
commit 2a2ef450ac
5 changed files with 9 additions and 12 deletions

View File

@@ -329,7 +329,7 @@ bool CMakeRunConfiguration::isEnabled() const
QString CMakeRunConfiguration::disabledReason() const
{
if (!m_enabled)
return tr("The executable is not built by the current buildconfiguration");
return tr("The executable is not built by the current build configuration");
return QString();
}