Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-02-27 21:42:07 +0000
committerJean Michel-Lemieux2003-02-27 21:42:07 +0000
commit140c917c4c87b80569e3c9340a08f764ae2767ab (patch)
treeb0900d61a5221d4c8740dbbd482da2cb143a7fec /bundles/org.eclipse.team.cvs.ui/plugin.properties
parente5a463a140204771fce0626e214d61ea48413176 (diff)
downloadeclipse.platform.team-140c917c4c87b80569e3c9340a08f764ae2767ab.tar.gz
eclipse.platform.team-140c917c4c87b80569e3c9340a08f764ae2767ab.tar.xz
eclipse.platform.team-140c917c4c87b80569e3c9340a08f764ae2767ab.zip
PR 33402: replace with and compare with now displays the version or branch that the workspace contents
will actually be compared with. Hopefully helping with confusion about that "latest in repository" actually means.
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 bb676baf7..1bb54ae5a 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -39,7 +39,7 @@ CompareWithRemoteAction.tooltip=Compare with Content on CVS Server
CompareWithRevisionAction.label=&Revision...
CompareWithRevisionAction.tooltip=Compare with Revision on CVS Server
-CompareWithTagAction.label=&Branch or Version...
+CompareWithTagAction.label=Another &Branch or Version...
CompareWithTagAction.tooltip=Compare with a Branch or a Version on the CVS Server
ContentAction.label=Compare File Contents
@@ -63,7 +63,7 @@ RemoveRootAction.tooltip=Discard Location
ReplaceWithRevisionAction.label=&Revision...
ReplaceWithRevisionAction.tooltip=Replace with Revision on CVS Server
-ReplaceWithTagAction.label=&Branch or Version...
+ReplaceWithTagAction.label=&Another Branch or Version...
ReplaceWithTagAction.tooltip=Replace with Branch or Version on the CVS Server
TagAction.label=&Tag as Version...

Back to the top