Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-10-18 20:08:56 +0000
committerJared Burns2004-10-18 20:08:56 +0000
commiteb47904a6058a015e602df4243406476328a6589 (patch)
treeb570f28e43a9ec68e55ca3c7850f306100b0f53d /org.eclipse.debug.ui/plugin.xml
parentcf7c208b59b75dc9f8859fbbe8dd6c0f7d5205fe (diff)
downloadeclipse.platform.debug-eb47904a6058a015e602df4243406476328a6589.tar.gz
eclipse.platform.debug-eb47904a6058a015e602df4243406476328a6589.tar.xz
eclipse.platform.debug-eb47904a6058a015e602df4243406476328a6589.zip
NLS'ing
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 9ee31a6dc..8bad031e2 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -690,8 +690,8 @@
class="org.eclipse.debug.internal.ui.actions.LinkBreakpointsWithDebugViewAction"
icon="icons/full/elcl16/synced.gif"
helpContextId="link_breakpoints_with_debug_view_action_context"
- label="Link with Debug View"
- tooltip="Link with Debug View">
+ label="%LinkWithDebugView.label"
+ tooltip="%LinkWithDebugView.tooltip">
</action>
<action
id="org.eclipse.debug.ui.breakpointsView.toolbar.collapseAll"
@@ -699,8 +699,8 @@
class="org.eclipse.debug.internal.ui.actions.BreakpointsCollapseAllAction"
icon="icons/full/elcl16/collapseall.gif"
helpContextId="breakpoints_collapse_all_action_context"
- label="Collapse All"
- tooltip="Collapse All">
+ label="%CollapseAll.label"
+ tooltip="%CollapseAll.tooltip">
</action>
<action
id="org.eclipse.debug.ui.breakpointsView.toolbar.expandAll"
@@ -708,8 +708,8 @@
class="org.eclipse.debug.internal.ui.actions.BreakpointsExpandAllAction"
icon="icons/full/elcl16/expandall.gif"
helpContextId="breakpoints_expand_all_action_context"
- label="Expand All"
- tooltip="Expand All">
+ label="%ExpandAll.label"
+ tooltip="%ExpandAll.tooltip">
</action>
<action
id="org.eclipse.debug.ui.breakpointsView.toolbar.clearDefaultBreakpointGroup"
@@ -724,8 +724,8 @@
menubarPath="defaultBreakpointGroup"
class="org.eclipse.debug.internal.ui.actions.breakpointGroups.GroupBreakpointsByAction"
helpContextId="group_breakpoints_by_action_context"
- label="Group By"
- tooltip="Choose how to group breakpoints">
+ label="%GroupBy.label"
+ tooltip="%GroupBy.tooltip">
</action>
</viewContribution>
<!-- Contributions to Expression View Toolbar -->

Back to the top