diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index 8bfd4d9c7d4e118ee176a5c9f840de5ba7cdf2b1..ce5bc8e52779f8317dd174a52f74c557a56fc6cd 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -166,8 +166,8 @@ DebuggerSettings *theDebuggerSettings() item = new SavedAction(instance); instance->insertItem(UseDebuggingHelpers, item); item->setDefaultValue(true); - item->setSettingsKey("DebugMode", "UseDebuggingHelpers"); - item->setText(QObject::tr("Use data dumpers")); + item->setSettingsKey("DebugMode", "UseDebuggingHelper"); + item->setText(QObject::tr("Use Debugging Helper")); item->setCheckable(true); item->setDefaultValue(true); @@ -183,12 +183,12 @@ DebuggerSettings *theDebuggerSettings() item = new SavedAction(instance); instance->insertItem(DebugDebuggingHelpers, item); item->setSettingsKey("DebugMode", "DebugDebuggingHelpers"); - item->setText(QObject::tr("Debug data dumpers")); + item->setText(QObject::tr("Debug debugging helper")); item->setCheckable(true); item = new SavedAction(instance); - item->setText(QObject::tr("Recheck custom dumper availability")); + item->setText(QObject::tr("Recheck debugging helper availability")); instance->insertItem(RecheckDebuggingHelpers, item); // diff --git a/src/plugins/debugger/dumperoptionpage.ui b/src/plugins/debugger/dumperoptionpage.ui index 0359a39a2eb65d4691b3395527cfe4280775726c..dc11cfac9d809f7e5861c52ed8bde0762357134c 100644 --- a/src/plugins/debugger/dumperoptionpage.ui +++ b/src/plugins/debugger/dumperoptionpage.ui @@ -20,7 +20,7 @@ <string>This will enable nice display of Qt and Standard Library objects in the Locals&Watchers view</string> </property> <property name="text"> - <string>Use data dumpers</string> + <string>Use debugging helper</string> </property> </widget> </item> @@ -48,7 +48,7 @@ <string>This will load a dumper library</string> </property> <property name="text"> - <string>Use dumpers from custom location</string> + <string>Use debugging helper from custom location</string> </property> </widget> </item> @@ -90,7 +90,7 @@ <string notr="true">This is an internal tool to make debugging the debugging helper code easier. Using this action is in general not needed unless you want do debug Qt Creator itself.</string> </property> <property name="text"> - <string>Debug custom dumpers</string> + <string>Debug debugging helper</string> </property> </widget> </item> @@ -110,11 +110,6 @@ </layout> <zorder>checkBoxDebugDebuggingHelpers</zorder> <zorder>checkBoxUseDebuggingHelpers</zorder> - <zorder>checkBoxUseDefaultDebuggingHelperLocation</zorder> - <zorder>horizontalSpacer</zorder> - <zorder>labelDebuggingHelperLocation</zorder> - <zorder>horizontalSpacer_2</zorder> - <zorder>labelDebuggingHelperLocation</zorder> </widget> <customwidgets> <customwidget>