Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-11-07 17:27:55 +0000
committerJared Burns2003-11-07 17:27:55 +0000
commit290d3fb36be1eca08e67398ce5febd6eac5c96e7 (patch)
tree434aa4cb3f534a2bb4d5c016cae7691a82425c13 /org.eclipse.ui.externaltools/plugin.properties
parentfbabbee88420028c29c51ea145aeff1ed47479b6 (diff)
downloadeclipse.platform.debug-290d3fb36be1eca08e67398ce5febd6eac5c96e7.tar.gz
eclipse.platform.debug-290d3fb36be1eca08e67398ce5febd6eac5c96e7.tar.xz
eclipse.platform.debug-290d3fb36be1eca08e67398ce5febd6eac5c96e7.zip
Bug 46049 - Rename "external tool builders" property page
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-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 54b29a8d3..731dce2bd 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -30,7 +30,7 @@ PropertyPage.main = Main
PropertyPage.option = Options
PropertyPage.refresh = Refresh Scope
PropertyPage.antTargets = Targets
-PropertyPage.externalToolsBuilders = External Tools Builders
+PropertyPage.externalToolsBuilders = Builders
Builder.externalTools = Integrated External Tool Builder
View.externalToolView = External Tools

Back to the top