aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-03-18 11:02:24 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-03-18 10:22:19 +0000
commit131c7e869f0dbd6945b0d81fa2e686dd2960780b (patch)
treed7c423ccc01b97a4083ad730be53da70a3227e63 /src
parent5945f1fa18b6d1532f0ce513a8edb4d05774f8d6 (diff)
Autotest: Fix capitalization in UI text
Change-Id: Ib25f3322bd7014489ab9aa18d9cfa0f1544ea8f6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/autotest/testsettingspage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/autotest/testsettingspage.cpp b/src/plugins/autotest/testsettingspage.cpp
index 5821886daae..905119f4568 100644
--- a/src/plugins/autotest/testsettingspage.cpp
+++ b/src/plugins/autotest/testsettingspage.cpp
@@ -185,8 +185,8 @@ void TestSettingsWidget::onFrameworkItemChanged()
} else {
m_ui.frameworksWarn->setText(tr("Mixing test frameworks and test tools."));
m_ui.frameworksWarn->setToolTip(tr("Mixing test frameworks and test tools can lead "
- "to duplicating run information when using e.g. "
- "'Run All Tests'."));
+ "to duplicating run information when using "
+ "\"Run All Tests\", for example."));
}
}
m_ui.frameworksWarn->setVisible(!atLeastOneEnabled