Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2005-12-08 20:39:08 +0000
committerKevin Barnes2005-12-08 20:39:08 +0000
commit1408e6daf183e72c07f7cc47d839a717b5689011 (patch)
tree0b5704209a2c6f1615ae6dbb2b299b792851e547 /org.eclipse.debug.ui/plugin.properties
parent522a46b976e0882d18b8e8345fba5ce5b7f02de0 (diff)
downloadeclipse.platform.debug-1408e6daf183e72c07f7cc47d839a717b5689011.tar.gz
eclipse.platform.debug-1408e6daf183e72c07f7cc47d839a717b5689011.tar.xz
eclipse.platform.debug-1408e6daf183e72c07f7cc47d839a717b5689011.zip
Bug 37590 - Move Console Preferences
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index d695307da..066b7aac4 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -369,4 +369,7 @@ toggleMemoryMonitorsPane.description = Toggle visibility of the Memory Monitors
nextMemoryBlockCommand.label = Next Memory Monitor
nextMemoryBlockCommand.description = Show renderings from next memory monitor.
resetMemoryMonitorPrefAction.label = &Reset Memory Monitor...
-resetMemoryMonitorAction.label = &Reset Monitor \ No newline at end of file
+resetMemoryMonitorAction.label = &Reset Monitor
+
+ConsolePreferencesAction.label = &Preferences...
+ConsolePreferencesAction.tooltip = Opens the console's Preferences Page

Back to the top