Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-01-21 19:39:52 +0000
committerDarin Wright2005-01-21 19:39:52 +0000
commit267775a5dea945c5b597ef2f151b433140a44dbd (patch)
treebdd91e8d3324953bd73bfc02777c3b4a117ab994 /org.eclipse.debug.ui/plugin.properties
parent94ed56539a97ccb659f2d74f572be612b5edc9b8 (diff)
downloadeclipse.platform.debug-267775a5dea945c5b597ef2f151b433140a44dbd.tar.gz
eclipse.platform.debug-267775a5dea945c5b597ef2f151b433140a44dbd.tar.xz
eclipse.platform.debug-267775a5dea945c5b597ef2f151b433140a44dbd.zip
Bug 82868 - [Breakpoint Groups] Custom working set dialog
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index baad85b68..03cd7feaf 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -59,7 +59,7 @@ EnableBreakpointsAction.label=&Enable
ExpandAll.label=Expand All
ExpandAll.tooltip=Expand All
ExpressionView.name=Expressions
-GroupBy.label=&Show
+GroupBy.label=S&how
GroupBy.tooltip=Show
LinkWithDebugView.label=Link with Debug View
LinkWithDebugView.tooltip=Link with Debug View
@@ -302,6 +302,8 @@ setDefaultGroup.label=&Select Default Working Set...
setDefaultGroup.tooltip=Setlect Default Working Set
clearDefaultGroup.label=&Deselect Default Working Set
clearDefaultGroup.tooltip=Deselect Default Working Set
+workingSets.label=&Working Sets...
+workingSets.tooltip=Manage Working Sets
editGroup.label=&Edit Working Set...
ToggleDefault.label=Defaul&t Working Set

Back to the top