CMake: Fix UI text capitalization and punctuation

Task-number: QTCREATORBUG-24873
Change-Id: I2672d0360cc8a6b41f711ca9db0f76750639da4e
Reviewed-by: Asit Dhal <dhal.asitk@gmail.com>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2020-11-06 17:14:18 +01:00
parent 2bb1ff6077
commit c742f0ac9a
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ QVariant CMakeTargetItem::data(int column, int role) const
if (role == Qt::ToolTipRole) {
if (m_target.isEmpty()) {
return CMakeBuildStep::tr("Build the executable used in the active Run "
return CMakeBuildStep::tr("Build the executable used in the active run "
"configuration. Currently: %1")
.arg(m_step->activeRunConfigTarget());
}