Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-06-06 20:55:06 +0000
committerjames2002-06-06 20:55:06 +0000
commit2c73fa4312a55e2aed1c15b8d34efd165a3c82bc (patch)
treef5bb85e0668cea1c2caf1d6350f7c2fa748ed20d /bundles
parent0b45b112e8918eb042422c43a62b9952e6bd98ab (diff)
downloadeclipse.platform.team-2c73fa4312a55e2aed1c15b8d34efd165a3c82bc.tar.gz
eclipse.platform.team-2c73fa4312a55e2aed1c15b8d34efd165a3c82bc.tar.xz
eclipse.platform.team-2c73fa4312a55e2aed1c15b8d34efd165a3c82bc.zip
18875: TM: Terminology inconsistentRoot_MV_F3_BranchI20020607
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties2
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index d9d1b4626..2105357fe 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -24,7 +24,7 @@ SiteExplorerView.name=Site Explorer
Deployment.viewCategory=Target Management
Deployment.group=Depl&oy
-Deployment.getAction=&Replace with Target
+Deployment.getAction=&Target
Deployment.uploadAction=&Upload
Deployment.configSite=&Target Site...
Deployment.synchronize=&Synchronize with Target...
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 82721205f..fa0fe7648 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -96,7 +96,7 @@
value="org.eclipse.team.target=basic">
</filter>
<action
- menubarPath="team.main/targetGroup"
+ menubarPath="replaceWithMenu/replaceWithGroup"
class="org.eclipse.team.internal.ui.target.GetAction"
id="org.eclipse.team.target.getAction"
label="%Deployment.getAction">

Back to the top