Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 3bf72ef9e..6b71457e4 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -466,7 +466,7 @@
disabledIcon="$nl$/icons/full/dlcl16/debuglast_co.gif"
icon="$nl$/icons/full/elcl16/debuglast_co.gif"
helpContextId="debug_last_action_context"
- label="%DebugLastAction.label"
+ label="%ContextLaunchingDebugMenu.name"
menubarPath="org.eclipse.ui.run/relaunchGroup">
</action>
<action
@@ -477,7 +477,7 @@
disabledIcon="$nl$/icons/full/dlcl16/runlast_co.gif"
icon="$nl$/icons/full/elcl16/runlast_co.gif"
helpContextId="run_last_action_context"
- label="%RunLastAction.label"
+ label="%ContextLaunchingRunMenu.name"
menubarPath="org.eclipse.ui.run/relaunchGroup">
</action>
<action

Back to the top