Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-12-05 04:10:38 +0000
committerDarin Swanson2002-12-05 04:10:38 +0000
commit758d0f2943094a1c5c4c149ede57cbeef99f174c (patch)
treed84ee22c3b68bb52f5f1dcd66492f07bbd256a44 /org.eclipse.ui.externaltools/plugin.properties
parentf27c8b26966834a9693feb7b8082f125bf5f621f (diff)
downloadeclipse.platform.debug-758d0f2943094a1c5c4c149ede57cbeef99f174c.tar.gz
eclipse.platform.debug-758d0f2943094a1c5c4c149ede57cbeef99f174c.tar.xz
eclipse.platform.debug-758d0f2943094a1c5c4c149ede57cbeef99f174c.zip
Bug 26455 - -find option not yet implemented
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 1ad508ed5..365d7aae0 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -11,14 +11,14 @@
Plugin.name = External Tools
Plugin.providerName = Eclipse.org
-AntLaunchShortcut.label = Ant Script
+AntLaunchShortcut.label = &Ant Build
ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types
ExtPoint.argumentVariables = Argument Variables
ExtPoint.directoryVariables = Directory Variables
ExtPoint.fileVariables = File Variables
ExtPoint.refreshVariables = Refresh Scope Variables
-ExternalToolsLaunchGroup.label = External Tools
+ExternalToolsLaunchGroup.label = &External Tools
ToolType.programName = Program
ToolType.programDescription = An external tool that runs an application, a batch file, etc.
ToolType.antBuildName = Ant Build

Back to the top