diff --git a/src/plugins/debugger/gdb/gdboptionspage.cpp b/src/plugins/debugger/gdb/gdboptionspage.cpp index 578b4027396671479e5260e0cf2149b803633511..162abfdf10727bff09c0d5e59337af345f4d3922 100644 --- a/src/plugins/debugger/gdb/gdboptionspage.cpp +++ b/src/plugins/debugger/gdb/gdboptionspage.cpp @@ -166,8 +166,8 @@ GdbOptionsPageWidget::GdbOptionsPageWidget(QWidget *parent) checkBoxIdentifyDebugInfoPackages->setToolTip(GdbOptionsPage::tr( "<html><head/><body><p>Attempts to identify missing debug info packages " "and lists them in the Issues output pane.</p><p>" - "<b>Note:</b>This feature needs special support from the Linux " - "distribution and GDB build and is not everywhere available.</p></body></html>")); + "<b>Note:</b> This feature needs special support from the Linux " + "distribution and GDB build and is not available everywhere.</p></body></html>")); QString howToUsePython = GdbOptionsPage::tr( "<p>To execute simple Python commands, prefix them with \"python\".</p>"