Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-06-14 18:18:14 +0000
committerMichael Valenta2005-06-14 18:18:14 +0000
commit57c452dfa6aa52102efde0d60caf012814ed4aaf (patch)
tree8105e814b5c681ed57026c8239aaf08db9caf94d
parent1ae41fcef771944ab597e257be60041cf98f4556 (diff)
downloadeclipse.platform.team-57c452dfa6aa52102efde0d60caf012814ed4aaf.tar.gz
eclipse.platform.team-57c452dfa6aa52102efde0d60caf012814ed4aaf.tar.xz
eclipse.platform.team-57c452dfa6aa52102efde0d60caf012814ed4aaf.zip
Bug 100023 Sharing wizard text is wrong
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties2
1 files changed, 1 insertions, 1 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 8bb975a71..5e297fe38 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
@@ -293,7 +293,7 @@ ConfigurationWizardAutoconnectPage_validate=&Validate connection on finish
ConfigurationWizardAutoconnectPage_noSyncInfo=Could not get folder information
ConfigurationWizardAutoconnectPage_noCVSDirectory=Could not find CVS/ directory
-RepositorySelectionPage_description=This wizard will help you to share your files with the CVS repository for the first time. Your project will automatically be imported into the CVS repository, and the Synchronize view will open to allow you to commit your resources.
+RepositorySelectionPage_description=This wizard will help you to share your files with the CVS repository for the first time. Your project will automatically be imported into the CVS repository, and the Commit wizard will open to allow you to commit your resources.
RepositorySelectionPage_useExisting=&Use existing repository location:
RepositorySelectionPage_useNew=&Create a new repository location

Back to the top