Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-06-23 18:09:28 +0000
committerMichael Valenta2003-06-23 18:09:28 +0000
commiteed723b117c3df051224d6b201320d9459dc8cc9 (patch)
treeb8829dea11aec57af57dfe70bd1fe848e9da558c /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
parent761a6753a7d809f0f3c79b82c68d8316ab3416f9 (diff)
downloadeclipse.platform.team-eed723b117c3df051224d6b201320d9459dc8cc9.tar.gz
eclipse.platform.team-eed723b117c3df051224d6b201320d9459dc8cc9.tar.xz
eclipse.platform.team-eed723b117c3df051224d6b201320d9459dc8cc9.zip
33320: Can't checkout two modules at once
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.properties5
1 files changed, 2 insertions, 3 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 d6e4e1379..b20208657 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
@@ -902,9 +902,8 @@ SynchronizeProjectsDialog.sharedWorkingSetProjects=Include &working set resource
RemoteFileEditorInput.fullPathAndRevision={0} {1}
-CheckoutOperation.checkoutCancelled=The check out of project ''{0}'' was cancelled.
-CheckoutOperation.thisResourceExists=The resource ''{0}'' already exists in the workspace and will be deleted. Proceed?
-CheckoutOperation.thisExternalFileExists=The folder ''{0}'' exists in the local file system and will be deleted. Proceed?
+CheckoutOperation.thisResourceExists=The resource ''{0}'' already exists in the workspace and will be deleted. Proceed with the check out of ''{1}''?
+CheckoutOperation.thisExternalFileExists=The folder ''{0}'' exists in the local file system and will be deleted. Proceed with the check out of ''{1}''?
CheckoutOperation.confirmOverwrite=Confirm Overwrite
CheckoutOperation.scrubbingProject=Scrubbing project ''{0}''.
CheckoutOperation.refreshingProject=Configuring project ''{0}''.

Back to the top