diff options
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.cpp')
-rw-r--r-- | src/plugins/debugger/commonoptionspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/commonoptionspage.cpp b/src/plugins/debugger/commonoptionspage.cpp index 94412301fc..7aeb3a7cb5 100644 --- a/src/plugins/debugger/commonoptionspage.cpp +++ b/src/plugins/debugger/commonoptionspage.cpp @@ -315,7 +315,7 @@ QWidget *LocalsAndExpressionsOptionsPage::widget() label->setText(QLatin1String("<html><head/><body>\n<p>") + tr("The debugging helpers are used to produce a nice " "display of objects of certain types like QString or " - "std::map in the "Locals and Expressions" view. ") + "std::map in the "Locals and Expressions" view.") + QLatin1String("</p></body></html>")); auto groupBoxCustomDumperCommands = new QGroupBox(debuggingHelperGroupBox); |