Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2008-07-15 18:32:03 +0000
committerCurtis Windatt2008-07-15 18:32:03 +0000
commit01f1ba7ad0416087e490fd62b17ded75d7b85376 (patch)
treedb161e122b169090e0967e1eea29ee81fd6ef0cb /org.eclipse.debug.ui/plugin.properties
parent85ee39b9bd6189884ca8ac3f3d92e09c218b8d51 (diff)
downloadeclipse.platform.debug-01f1ba7ad0416087e490fd62b17ded75d7b85376.tar.gz
eclipse.platform.debug-01f1ba7ad0416087e490fd62b17ded75d7b85376.tar.xz
eclipse.platform.debug-01f1ba7ad0416087e490fd62b17ded75d7b85376.zip
Bug 233008 - User consistent naming to create watch expressions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233008
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 fb141558a..dafef2663 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -261,7 +261,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=Create Wa&tch Expression
+Watch.label=Wa&tch
enableWatchExpressionAction.label=Enable
enableWatchExpressionAction.tooltip=Enable watch expression

Back to the top