Debugger: Update tooltip referring to renamed view

Change-Id: I46e8194f20e496f530d19ff06e189754cb225e3d
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Robert Loehning
2015-12-18 11:08:40 +01:00
committed by hjk
parent 3f46e3da30
commit 1ec2796c9b

View File

@@ -190,7 +190,7 @@ DebuggerSettings::DebuggerSettings()
item->setCheckable(true);
item->setDefaultValue(true);
item->setSettingsKey(debugModeGroup, QLatin1String("AutoDerefPointers"));
item->setToolTip(tr("<p>This switches the Locals&&Watchers view to "
item->setToolTip(tr("<p>This switches the Locals and Expressions view to "
"automatically dereference pointers. This saves a level in the "
"tree view, but also loses data for the now-missing intermediate "
"level."));