forked from qt-creator/qt-creator
Debugger: Add missing space
Change-Id: Ibb8623392c1b0e759df198fab87a6059558236e9 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
Robert Löhning
parent
7684571e10
commit
c2788b0f05
@@ -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"));
|
||||
|
Reference in New Issue
Block a user