aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/commonoptionspage.cpp
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-04-08 14:22:24 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-04-09 09:01:16 +0000
commitec79f42701c01f5187a826db3c4d71bfdb491232 (patch)
tree7bf28dd69c912ca1ebbf10e17e910f586bca4706 /src/plugins/debugger/commonoptionspage.cpp
parent021cab204859da1dc735a1f78216aaec3f45cb57 (diff)
Debugger: Update references to Locals and Expressions
These are two separate views now Change-Id: I010ad0b937982704310d102d1f4338ec0c29a370 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.cpp')
-rw-r--r--src/plugins/debugger/commonoptionspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/commonoptionspage.cpp b/src/plugins/debugger/commonoptionspage.cpp
index 2f21805d273..24138b192cd 100644
--- a/src/plugins/debugger/commonoptionspage.cpp
+++ b/src/plugins/debugger/commonoptionspage.cpp
@@ -296,7 +296,7 @@ public:
label->setText("<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 &quot;Locals and Expressions&quot; view.")
+ "std::map in the &quot;Locals&quot; and &quot;Expressions&quot; views.")
+ "</p></body></html>");
auto groupBoxCustomDumperCommands = new QGroupBox(debuggingHelperGroupBox);