Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-01-11 14:08:23 +0000
committerDarin Wright2006-01-11 14:08:23 +0000
commit4676bee2796762c8876e7580d8845d3898d0c201 (patch)
tree563ae8c2b04370ab8db381b7a713d79877869de1 /org.eclipse.debug.ui/plugin.properties
parent523abbc5ebca4be80dd05f748f9a47a7a7b0c675 (diff)
downloadeclipse.platform.debug-4676bee2796762c8876e7580d8845d3898d0c201.tar.gz
eclipse.platform.debug-4676bee2796762c8876e7580d8845d3898d0c201.tar.xz
eclipse.platform.debug-4676bee2796762c8876e7580d8845d3898d0c201.zip
122166 - Watch does Inspect in 3.2M4
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 066b7aac4..a8b6c7413 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -274,7 +274,7 @@ addWatchExpressionAction.label=&Add Watch Expression
addWatchExpressionAction.tooltip=Create a new watch expression
convertToWatchExpressionAction.label=Convert to &Watch Expression
convertToWatchExpressionAction.tooltip=Convert an inspect expression to a watch expression
-Watch.label=Wa&tch
+Watch.label=Create Wa&tch Expression
enableWatchExpressionAction.label=Enable
enableWatchExpressionAction.tooltip=Enable watch expression

Back to the top