forked from qt-creator/qt-creator
Fix string messages
Found during translating. Change-Id: I9626b3393d7b53300f7c806acbc5e12bc58574d2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user