Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-05-08 19:13:07 +0000
committerjames2002-05-08 19:13:07 +0000
commitf6404cfc2726fadc900a81e91d48cfa425ac68ee (patch)
tree6bd7e282575287ce04877477eedbc9b5269bbdc4 /bundles/org.eclipse.team.cvs.ui/plugin.properties
parentdbc249909b0681bdcb938d3fdd22903b852c1f65 (diff)
downloadeclipse.platform.team-f6404cfc2726fadc900a81e91d48cfa425ac68ee.tar.gz
eclipse.platform.team-f6404cfc2726fadc900a81e91d48cfa425ac68ee.tar.xz
eclipse.platform.team-f6404cfc2726fadc900a81e91d48cfa425ac68ee.zip
15569: Mnemonic collisions on the popup in Repositories View
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 201f9898e..314e4bc5d 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -67,7 +67,7 @@ TagAction.tooltip=Tag the resources with a CVS version tag
TagInRepositoryAction.label=&Tag as Version...
TagInRepositoryAction.tooltip=Tag the resources with a CVS version tag
-MoveTagAction.label=&Tag with Existing...
+MoveTagAction.label=Tag with &Existing...
MoveTagAction.tooltip=Tag the selected resources with an existing tag
SetKeywordSubstitutionAction.label=Set &Keyword Substitution...
@@ -85,7 +85,7 @@ UpdateAction.tooltip=Update
ReplaceWithAction.label=&Latest From Repository
ReplaceWithAction.tooltip=Replace with last committed content from CVS Server
-ConfigureTags.label=&Configure Branches and Versions...
+ConfigureTags.label=Configure &Branches and Versions...
ConfigureTags.tooltip=Configure the branch and version tags shown in the workbench
CommitAction.label=&Commit...

Back to the top