aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2022-02-28 12:11:44 +0100
committerTim Jenssen <tim.jenssen@qt.io>2022-03-01 12:39:25 +0000
commitd2b39c800f251e919d1ce4477b522cbbf961e21e (patch)
treeeebc76c5999a753bbd65b1c0b7ade5867ee54b49
parenta763f5d6892d4047c0d38d8d6be9e33a1b6520e2 (diff)
qds: add missing spaces to user visible text
task-number: QDS-6379 Change-Id: Ibe84b5526413e8294f13a46d4760101e18d0ab08 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index 588ff5b0d5..2b92edb4e2 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -794,7 +794,7 @@ StudioSettingsPage::StudioSettingsPage()
{
const QString toolTip = tr(
"Hide top-level menus with advanced functionality to simplify the UI. <b>Build</b> is "
- "generally not required in the context of Qt Design Studio.<b>Debug</b> and <b>Analyze</b>"
+ "generally not required in the context of Qt Design Studio. <b>Debug</b> and <b>Analyze</b> "
"are only required for debugging and profiling.");
QVBoxLayout *boxLayout = new QVBoxLayout();