Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2007-01-09 18:18:11 +0000
committerDarin Swanson2007-01-09 18:18:11 +0000
commit794795ccc533b9b2c81ebcc883f8fd598d0bb8dd (patch)
treed94a6cf6178c1f072818d3d7fe4859f911e82873 /org.eclipse.debug.ui/plugin.xml
parent658fb4cad97df3685c94d6b7a70d642d4a6a1c83 (diff)
downloadeclipse.platform.debug-794795ccc533b9b2c81ebcc883f8fd598d0bb8dd.tar.gz
eclipse.platform.debug-794795ccc533b9b2c81ebcc883f8fd598d0bb8dd.tar.xz
eclipse.platform.debug-794795ccc533b9b2c81ebcc883f8fd598d0bb8dd.zip
Bug 169992 - Non-externalized string in debug ui plugin.xml
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index f1c48ff03..6c4266130 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2233,7 +2233,7 @@ M4 = Platform-specific fourth key
label="%preferenceKeywords.launchConfigurations"/>
<keyword
id="org.eclipse.debug.ui.launchDelegatesKeywords"
- label="launch delegate duplicate run debug profile mode configuration launchers launcher modes">
+ label="%preferenceKeywords.launchDelegates">
</keyword>
</extension>
<extension

Back to the top