forked from qt-creator/qt-creator
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:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user