Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-08-22 13:26:09 +0000
committerMichael Valenta2003-08-22 13:26:09 +0000
commite70bdafeaa741413cebf981250f4515f05de577d (patch)
treefadd536aa8a284e21d443207a2e97dbfacca2302 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
parent94fd4694ceac07787a560152595b3afeb4784005 (diff)
downloadeclipse.platform.team-e70bdafeaa741413cebf981250f4515f05de577d.tar.gz
eclipse.platform.team-e70bdafeaa741413cebf981250f4515f05de577d.tar.xz
eclipse.platform.team-e70bdafeaa741413cebf981250f4515f05de577d.zip
Added specific job names for update, merge and commit
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
index f42dbd092..cfd446186 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
@@ -1021,3 +1021,7 @@ Error.unableToShowSyncView=Error opening Synchronize View. Please ensure that th
ShowAnnotationAction.1=Unexpected response from CVS Server: {0}
CVSSubscriberAction.jobName=Performing CVS operation on {0} resources.
+UpdateAction.jobName=Performing CVS update on {0} resources.
+MergeUpdateAction.jobName=Performing CVS merge on {0} resources.
+MergeUpdateAction.invalidSubscriber=Invalid subscriber: {0}
+CommitAction.jobName=Performing CVS commit on {0} resources.

Back to the top