Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-03-01 22:00:32 +0000
committerjames2002-03-01 22:00:32 +0000
commit4c2891a56cd4052994bb07dffa7971703116ca4f (patch)
tree15dc080c1e99d7f1babe3a52059716350b492691 /bundles/org.eclipse.team.cvs.ui/plugin.properties
parent176cecc4397e3b9175d7ac255dd8e0a3cf422cc3 (diff)
downloadeclipse.platform.team-4c2891a56cd4052994bb07dffa7971703116ca4f.tar.gz
eclipse.platform.team-4c2891a56cd4052994bb07dffa7971703116ca4f.tar.xz
eclipse.platform.team-4c2891a56cd4052994bb07dffa7971703116ca4f.zip
10619: "Remote" vs. "Repository"split-branch-9023
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 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