diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2022-10-19 18:39:25 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2022-10-20 07:02:52 +0000 |
commit | b9e45d7b30423d4270f2da29ce5d5f90d0270509 (patch) | |
tree | 06b0365b03a76d1f38443817f8cc5a7bdeb08854 /src/plugins/debugger/debuggeractions.cpp | |
parent | 3ac5051af9243cac3435ff8473e96ba2ce64a7b6 (diff) | |
download | qt-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.cpp | 2 |
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")); |