forked from qt-creator/qt-creator
tr()-Fixes for 2.5.
Change-Id: I51d3f71e49b7cbd2e7608a11e08f3066ee133776 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user