Typos spotted while translating

This commit is contained in:
Jarek Kobus
2010-08-19 14:04:15 +02:00
parent 4dadefc858
commit c072293ef0
4 changed files with 4 additions and 4 deletions

View File

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