Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-30 22:09:18 +0000
committerPawel Piech2012-03-30 22:09:18 +0000
commitbd5cd1841d8caa62073eff08a0eab7fafcc0d0d9 (patch)
tree1fa421c43cda29fdfd96ca1797bcb54110a0e5f9 /org.eclipse.ui.externaltools
parenta64a64b794926e95481e5f4cc9641cc41c200aec (diff)
downloadeclipse.platform.debug-bd5cd1841d8caa62073eff08a0eab7fafcc0d0d9.tar.gz
eclipse.platform.debug-bd5cd1841d8caa62073eff08a0eab7fafcc0d0d9.tar.xz
eclipse.platform.debug-bd5cd1841d8caa62073eff08a0eab7fafcc0d0d9.zip
Bug 331650 - [menu] Duplicate mnemonic keys in Run menuv20120330-2209
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 fa9aba8b5..e4a48aca8 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 = &External Tools
+Action.externalTools = E&xternal Tools
Action.externalToolsTip = Run Last Tool
PropertyPage.externalToolsBuilders = Builders

Back to the top