Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-02-09 20:41:03 +0000
committerDarin Wright2006-02-09 20:41:03 +0000
commit12db2ba3c3d3395e92b7719aa82af499538f8647 (patch)
tree4f9a392b0a0b7d7b634f612149fc7d4b8f3f3455 /org.eclipse.debug.ui/plugin.properties
parentaea6cc6416d305bc86a5b2c39052a44a3066d7d0 (diff)
downloadeclipse.platform.debug-12db2ba3c3d3395e92b7719aa82af499538f8647.tar.gz
eclipse.platform.debug-12db2ba3c3d3395e92b7719aa82af499538f8647.tar.xz
eclipse.platform.debug-12db2ba3c3d3395e92b7719aa82af499538f8647.zip
Bug 125236 - Missing context help
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index dd0193f0b..e96b4a9ab 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -267,11 +267,11 @@ ViewCommand.memoryView.name=Memory
ViewCommand.memoryView.description=Show the Memory view
SkipAllBreakpointsAction.label=S&kip All Breakpoints
-editWatchExpressionAction.label=&Edit Watch Expression
+editWatchExpressionAction.label=&Edit Watch Expression...
editWatchExpressionAction.tooltip=Edit the selected watch expression
reevaluateWatchExpressionAction.label=&Reevaluate Watch Expression
reevaluateWatchExpressionAction.tooltip=Reevaluate the watch expression in the selected stack frame
-addWatchExpressionAction.label=&Add Watch Expression
+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

Back to the top