Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 83c7a6ae2..4ee0cf2b1 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -27,7 +27,7 @@ BranchAction.tooltip=Branch
CompareRemoteResourcesAction.label=Com&pare
CompareRemoteResourcesAction.tooltip=Compare the Remote Resources with Each Other
-CompareWithRemoteAction.label=Remote &Contents
+CompareWithRemoteAction.label=&Latest From Repository
CompareWithRemoteAction.tooltip=Compare with Content on CVS Server
CompareWithRevisionAction.label=&Revision...
@@ -69,7 +69,7 @@ DefineVersionAction.tooltip=Define a Version Tag that Exists on CVS Server
UpdateAction.label=&Update
UpdateAction.tooltip=Update
-ReplaceWithAction.label=Remote &Contents
+ReplaceWithAction.label=&Latest From Repository
ReplaceWithAction.tooltip=Replace with Content on CVS Server
CommitAction.label=&Commit...

Back to the top