Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2005-10-24 16:02:32 +0000
committerSamantha Chan2005-10-24 16:02:32 +0000
commite7c55db8bb69084467d814f237dc4f200a0a6953 (patch)
treef099a719a5081810eba37120d768f2d94532a4ab /org.eclipse.debug.ui/plugin.properties
parentfee02a86b3027ea5ad2fbbf0b07483b7f0160ee0 (diff)
downloadeclipse.platform.debug-e7c55db8bb69084467d814f237dc4f200a0a6953.tar.gz
eclipse.platform.debug-e7c55db8bb69084467d814f237dc4f200a0a6953.tar.xz
eclipse.platform.debug-e7c55db8bb69084467d814f237dc4f200a0a6953.zip
Bug 106422 - Added Reset Memory Monitor action in Memory Monitor pane
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 0ef42a03a..5c35286a9 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -365,4 +365,6 @@ switchMemoryBlock.label = Switch &Memory Monitor
toggleMemoryMonitorsPane.label = Toggle Memory Monitors Pane
toggleMemoryMonitorsPane.description = Toggle visibility of the Memory Monitors Pane
nextMemoryBlockCommand.label = Next Memory Monitor
-nextMemoryBlockCommand.description = Show renderings from next memory monitor. \ No newline at end of file
+nextMemoryBlockCommand.description = Show renderings from next memory monitor.
+resetMemoryMonitorPrefAction.label = &Reset Memory Monitor...
+resetMemoryMonitorAction.label = &Reset Monitor \ No newline at end of file

Back to the top