Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-09-12 14:27:45 +0000
committerMichael Rennie2007-09-12 14:27:45 +0000
commit9ed582be9ef598de4379036ccdabd3fedadec9ea (patch)
treecbc52dbcb4a034a02482be4451bf3236531b2e4f /org.eclipse.debug.ui/plugin.properties
parentceba4003426924ef50f9bf774004cae07fad78d1 (diff)
downloadeclipse.platform.debug-9ed582be9ef598de4379036ccdabd3fedadec9ea.tar.gz
eclipse.platform.debug-9ed582be9ef598de4379036ccdabd3fedadec9ea.tar.xz
eclipse.platform.debug-9ed582be9ef598de4379036ccdabd3fedadec9ea.zip
Bug 202798 Breakpoint working set description
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 7541ba2f6..12bd542c7 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -331,7 +331,7 @@ WorkingSet.others=Others (no working set)
BreakpointWorkingSet.label=Breakpoint Working Sets
BreakpointWorkingSet.others=Others (no working set)
BreakpointWorkingSet.name=Breakpoint
-
+BreakpointWorkingSet.description=Breakpoint workingsets contain listings of workspace breakpoints
memoryRenderingsExtensionPointName = Memory Renderings
TableRenderingPrefActionName = &Table Renderings Preferences...

Back to the top