Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-01-13 21:27:17 +0000
committerMichael Valenta2003-01-13 21:27:17 +0000
commit6587f16dba53fea30a90117f953521fb73d6890c (patch)
treea487834f33e46484f1e1bc9930854743d0a5780f /bundles/org.eclipse.team.cvs.ui/plugin.properties
parenta3d528f2529529d1d4ed7305bf17b434fdfc3f3c (diff)
downloadeclipse.platform.team-6587f16dba53fea30a90117f953521fb73d6890c.tar.gz
eclipse.platform.team-6587f16dba53fea30a90117f953521fb73d6890c.tar.xz
eclipse.platform.team-6587f16dba53fea30a90117f953521fb73d6890c.zip
29042: [Key Bindings] VCM actions need to cooperate with the new key bindings architecture.
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, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 7527fee56..7f51a307e 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -146,14 +146,12 @@ UnmanageFolder.tooltip=Disconnect from the CVS repository.
CVSActionSet.description=Actions that apply when working with CVS repositories
CVSActionSet.newLabel=New CVS Repository Location
CVSActionSet.newTooltip=Create a new CVS Repository Location
-CVSActionSet.syncLabel=Synchronize all
+CVSActionSet.syncLabel=Synchronize all with CVS
CVSActionSet.syncTooltip=Synchronize all CVS projects with their repositories
RestoreFromRepositoryAction.label=&Restore from Repository...
RestoreFromRepositoryAction.tooltip=Restore resources that have been deleted from the remote folder.
-
-
ShowEditorsAction.label=Show Editors
ShowEditorsAction.tooltip=Perform a ''cvs editors'' on the selected file

Back to the top