Updated strings after target -> kit renaming

Change-Id: Ia686fdb377e2267c7687d6804c02b209402d6275
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Robert Loehning
2012-10-19 17:07:26 +02:00
committed by Eike Ziller
parent bc5cda03e4
commit 2394ceef6c
7 changed files with 10 additions and 10 deletions

View File

@@ -199,7 +199,7 @@ bool CMakeRunConfiguration::fromMap(const QVariantMap &map)
QString CMakeRunConfiguration::defaultDisplayName() const
{
if (m_title.isEmpty())
return tr("Run CMake target");
return tr("Run CMake kit");
return m_title + (m_enabled ? "" : tr(" (disabled)"));
}