Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4ee0cf2b1..c5da82b40 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -70,7 +70,7 @@ UpdateAction.label=&Update
UpdateAction.tooltip=Update
ReplaceWithAction.label=&Latest From Repository
-ReplaceWithAction.tooltip=Replace with Content on CVS Server
+ReplaceWithAction.tooltip=Replace with last committed content from CVS Server
CommitAction.label=&Commit...
CommitAction.tooltip=Commit
@@ -79,7 +79,7 @@ AddToWorkspaceAction.label=&Check Out As Project
AddToWorkspaceAction.tooltip=Check out a module from the repository to the workspace
CheckoutAsAction.label=Check Out &As...
-CheckoutAsAction.tooltip=Check out a module from the repository to the workspace
+CheckoutAsAction.tooltip=Check out a module from the repository to the workspace, specifying project name
OpenLogEntryAction.label=&Open
OpenLogEntryAction.tooltip=Open Remote File
@@ -97,7 +97,7 @@ RefreshFromLocal.label=&Refresh from local CVS state
RefreshFromLocal.tooltip=Refresh the workbench with changes made to CVS projects from outside the workbench.
Synchronize.label=&Synchronize with Repository...
-Synchronize.tooltip=Synchronize the workspace resources with the resources in the repository
+Synchronize.tooltip=Synchronize the workspace resources with those in the repository
viewCategory=&CVS

Back to the top