From b9e45d7b30423d4270f2da29ce5d5f90d0270509 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 19 Oct 2022 18:39:25 +0200 Subject: 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 Reviewed-by: --- src/plugins/debugger/debuggeractions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/debuggeractions.cpp') 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")); -- cgit v1.2.1