From cefd997e9263e52b8ac3fe118d3d81c91e18a2b4 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 10 Jun 2013 15:58:12 +0200 Subject: [PATCH] String fixes Change-Id: I9dbc3d3aa8eb39ade9e801b219aea575d44b33ab Reviewed-by: Leena Miettinen --- src/plugins/debugger/gdb/gdboptionspage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/gdb/gdboptionspage.cpp b/src/plugins/debugger/gdb/gdboptionspage.cpp index 578b4027396..162abfdf107 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( "

Attempts to identify missing debug info packages " "and lists them in the Issues output pane.

" - "Note:This feature needs special support from the Linux " - "distribution and GDB build and is not everywhere available.

")); + "Note: This feature needs special support from the Linux " + "distribution and GDB build and is not available everywhere.

")); QString howToUsePython = GdbOptionsPage::tr( "

To execute simple Python commands, prefix them with \"python\".

"