forked from qt-creator/qt-creator
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:
committed by
Eike Ziller
parent
bc5cda03e4
commit
2394ceef6c
@@ -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)"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user