Translator corrections

This commit is contained in:
Jarek Kobus
2010-09-29 12:48:00 +02:00
parent 2cf9910070
commit da79614008
8 changed files with 9 additions and 12 deletions

View File

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