Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-05-30 17:53:06 +0000
committerPawel Piech2012-05-30 17:53:06 +0000
commit47b47e012a23dac84ef19ec0d295776aa2702479 (patch)
treed8663fb96a9b4be701cce51d1748bad3aacaa133 /org.eclipse.ui.externaltools
parentf5b4116e686bafadb7ae53f85a7149073e85123e (diff)
downloadeclipse.platform.debug-47b47e012a23dac84ef19ec0d295776aa2702479.tar.gz
eclipse.platform.debug-47b47e012a23dac84ef19ec0d295776aa2702479.tar.xz
eclipse.platform.debug-47b47e012a23dac84ef19ec0d295776aa2702479.zip
Revert fix to bug 331650.
Diffstat (limited to 'org.eclipse.ui.externaltools')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index c748dbb7e..c2bf27da7 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -22,7 +22,7 @@ ExternalToolsLaunchGroup.label = &External Tools
ExternalToolsLaunchGroup.title = Select or configure an external tool to run
Menu.run = &Run
ActionSet.externalTools = External Tools
-Action.externalTools = E&xternal Tools
+Action.externalTools = &External Tools
Action.externalToolsTip = Run Last Tool
PropertyPage.externalToolsBuilders = Builders

Back to the top