Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-01-18 23:01:56 +0000
committerDarin Wright2005-01-18 23:01:56 +0000
commited06c14372b392741218745a67de3de982d22017 (patch)
tree51c40d6038908a1fa9cb280cda7f3db2d1f36382 /org.eclipse.debug.ui/plugin.properties
parentdad4cfe2fce21cff52423eb3e797fb74368e7b31 (diff)
downloadeclipse.platform.debug-ed06c14372b392741218745a67de3de982d22017.tar.gz
eclipse.platform.debug-ed06c14372b392741218745a67de3de982d22017.tar.xz
eclipse.platform.debug-ed06c14372b392741218745a67de3de982d22017.zip
Bug 82912 - breakpoint groups "Others" category could be more descriptive
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index fbfcc85d6..659636079 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -307,11 +307,15 @@ addToGroup.label=&Add to Working Set...
editGroup.label=&Edit Working Set...
Project.label=Projects
+Project.others=Others (no project)
File.label=Files
+File.others=Others (no file)
BreakpointType.label=Breakpoint Types
-CustomGroups.label=Custom Groups
+BreakpointType.others=Others (type unspecified)
WorkingSet.label=Resource Working Sets
+WorkingSet.others=Others (no working set)
BreakpointWorkingSet.label=Breakpoint Working Sets
+BreakpointWorkingSet.others=Others (no working set)
BreakpointWorkingSet.name=Breakpoint
renderingExtensionPointName=Memory Rendering Types

Back to the top