diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index 85b00d02a1f..21c6d8c8b0c 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -297,7 +297,7 @@ DebuggerSettings::DebuggerSettings() // synchronizeBreakpoints.setLabelText(tr("Synchronize Breakpoints")); - adjustBreakpointLocations.setLabelText(tr("Adjust Breakpoint Locations")); + adjustBreakpointLocations.setDisplayName(tr("Adjust Breakpoint Locations")); adjustBreakpointLocations.setToolTip(tr("
Not all source code lines generate " "executable code. Putting a breakpoint on such a line acts as " "if the breakpoint was set on the next line that generated code. " @@ -365,8 +365,8 @@ DebuggerSettings::DebuggerSettings() "when starting GDB.