forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user