forked from qt-creator/qt-creator
CMake: Fix UI text
Task-number: QTCREATORBUG-27055 Change-Id: I53a3ece8b6180afa4fbcbc474cc980aced5f55c8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -303,7 +303,7 @@ CMakeBuildSettingsWidget::CMakeBuildSettingsWidget(CMakeBuildConfiguration *bc)
|
||||
m_resetButton->setEnabled(false);
|
||||
|
||||
m_batchEditButton = new QPushButton(tr("Batch Edit..."));
|
||||
m_batchEditButton->setToolTip(tr("Set or reset multiple values in the CMake Configuration."));
|
||||
m_batchEditButton->setToolTip(tr("Set or reset multiple values in the CMake configuration."));
|
||||
|
||||
m_showAdvancedCheckBox = new QCheckBox(tr("Advanced"));
|
||||
|
||||
|
@@ -326,7 +326,7 @@ QSet<Id> CMakeKitAspect::availableFeatures(const Kit *k) const
|
||||
|
||||
QString CMakeKitAspect::msgUnsupportedVersion(const QByteArray &versionString)
|
||||
{
|
||||
return tr("CMake version %1 is unsupported. Please update to "
|
||||
return tr("CMake version %1 is unsupported. Update to "
|
||||
"version 3.14 (with file-api) or later.")
|
||||
.arg(QString::fromUtf8(versionString));
|
||||
}
|
||||
|
Reference in New Issue
Block a user