Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-03-14 21:37:07 +0000
committerjames2002-03-14 21:37:07 +0000
commit54f2a35c4512aeafaa6fd97eb820bbdb394c0e38 (patch)
tree994711267d2cc498afe98789a24f46a1a1966507 /bundles
parent5229e4e42fe381d0a92023d27d995c15d34573ec (diff)
downloadeclipse.platform.team-54f2a35c4512aeafaa6fd97eb820bbdb394c0e38.tar.gz
eclipse.platform.team-54f2a35c4512aeafaa6fd97eb820bbdb394c0e38.tar.xz
eclipse.platform.team-54f2a35c4512aeafaa6fd97eb820bbdb394c0e38.zip
10891: "Add" is ambiguous
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 60b2c4925..dc96e4666 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -12,8 +12,8 @@ ExtMethodPreferencePage.name=Ext Connection Method
DecoratorStandard.name=CVS
-AddAction.label=&Add
-AddAction.tooltip=Add
+AddAction.label=&Add to Version Control
+AddAction.tooltip=Add the Selected Resources to Version Control
MergeAction.label=&Merge...
MergeAction.tooltip=Merge
@@ -57,7 +57,7 @@ ReplaceWithRevisionAction.tooltip=Replace with Revision on CVS Server
ReplaceWithTagAction.label=&Tag...
ReplaceWithTagAction.tooltip=Replace with Version on CVS Server
-TagAction.label=&Tag...
+TagAction.label=&Tag as Version...
TagAction.tooltip=Tag
SetKeywordSubstitutionAction.label=Set &Keyword Substitution...

Back to the top