summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2023-01-10 12:44:33 +0100
committerRobert Löhning <robert.loehning@qt.io>2023-01-10 12:07:05 +0000
commitc2788b0f053015f08aa979c93ab920303a28ebd6 (patch)
tree612aa19705d11df9fa51d04a2dd917401e51975c
parent7684571e108f5d7a803944a1cd78f17b61a29c35 (diff)
downloadqt-creator-c2788b0f053015f08aa979c93ab920303a28ebd6.tar.gz
Debugger: Add missing space
Change-Id: Ibb8623392c1b0e759df198fab87a6059558236e9 Reviewed-by: David Schulz <david.schulz@qt.io>
-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 0dec35b3fd..eb1ebb2ee3 100644
--- a/src/plugins/debugger/debuggeractions.cpp
+++ b/src/plugins/debugger/debuggeractions.cpp
@@ -159,7 +159,7 @@ DebuggerSettings::DebuggerSettings()
cdbBreakPointCorrection.setSettingsKey(cdbSettingsGroup, "BreakpointCorrection");
cdbBreakPointCorrection.setDefaultValue(true);
cdbBreakPointCorrection.setToolTip("<html><head/><body><p>" + Tr::tr(
- "Attempts to correct the location of a breakpoint based on file and line number should"
+ "Attempts to correct the location of a breakpoint based on file and line number should "
"it be in a comment or in a line for which no code is generated. "
"The correction is based on the code model.") + "</p></body></html>");
cdbBreakPointCorrection.setLabelText(Tr::tr("Correct breakpoint location"));