summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeractions.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-10-19 18:39:25 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-10-20 07:02:52 +0000
commitb9e45d7b30423d4270f2da29ce5d5f90d0270509 (patch)
tree06b0365b03a76d1f38443817f8cc5a7bdeb08854 /src/plugins/debugger/debuggeractions.cpp
parent3ac5051af9243cac3435ff8473e96ba2ce64a7b6 (diff)
downloadqt-creator-b9e45d7b30423d4270f2da29ce5d5f90d0270509.tar.gz
UI text: Fix spacing in multi-line messages
You need an empty space at the end of a line (before quotes), but no empty space after \n. Task-number: QTCREATORBUG-28334 Change-Id: I192836cb10b819a359778879c64e6b80aaa059f2 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r--src/plugins/debugger/debuggeractions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp
index 68d9d846b3..0dec35b3fd 100644
--- a/src/plugins/debugger/debuggeractions.cpp
+++ b/src/plugins/debugger/debuggeractions.cpp
@@ -104,7 +104,7 @@ DebuggerSettings::DebuggerSettings()
"in system logs."));
fontSizeFollowsEditor.setSettingsKey(debugModeGroup, "FontSizeFollowsEditor");
- fontSizeFollowsEditor.setToolTip(Tr::tr("Changes the font size in the debugger views when"
+ fontSizeFollowsEditor.setToolTip(Tr::tr("Changes the font size in the debugger views when "
"the font size in the main editor changes."));
fontSizeFollowsEditor.setLabelText(Tr::tr("Debugger font size follows main editor"));