Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-06-11 21:33:33 +0000
committerjames2002-06-11 21:33:33 +0000
commitff850634bff4dd30a2a3ae0dc89d70d996db6726 (patch)
tree33bf9e04cabe1eb68702c569c6f032bfc423b30c
parent67cf7cf23d678417a1c72f51d4bbf03622804866 (diff)
downloadeclipse.platform.team-ff850634bff4dd30a2a3ae0dc89d70d996db6726.tar.gz
eclipse.platform.team-ff850634bff4dd30a2a3ae0dc89d70d996db6726.tar.xz
eclipse.platform.team-ff850634bff4dd30a2a3ae0dc89d70d996db6726.zip
Fix mnemonic collisions in target menu items
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 2105357fe..e7237b82d 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -25,9 +25,9 @@ SiteExplorerView.name=Site Explorer
Deployment.viewCategory=Target Management
Deployment.group=Depl&oy
Deployment.getAction=&Target
-Deployment.uploadAction=&Upload
-Deployment.configSite=&Target Site...
-Deployment.synchronize=&Synchronize with Target...
+Deployment.uploadAction=Upl&oad
+Deployment.configSite=Tar&get Site...
+Deployment.synchronize=Synchroni&ze with Target...
SiteExplorerGetAs.label=Download &As...
SiteExplorerGetAs.tooltip=Download the selected remote folder with a user specified project type and name.

Back to the top