Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties10
1 files changed, 5 insertions, 5 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 c468a9314..dbf27470b 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
@@ -289,10 +289,10 @@ CommitWizardFileTypePage_0=Add Resources
CommitWizardFileTypePage_2=Unknown new files detected.
CommitWizardFileTypePage_3=New files with the following unknown names or extensions have been detected in the workspace. Please specify whether these files should be stored as text or binary and whether this decision should be remembered.
-ConfigureRepositoryLocationsWizard_title=Select alternative repository
-ConfigureRepositoryLocationsWizard_message=The project set only contains partial repository information. Please use the table below to associate each project set repository with a repository location or click OK to use the default locations.
+ConfigureRepositoryLocationsWizard_title=Specify Repository Information
+ConfigureRepositoryLocationsWizard_message=The project set only contains partial repository information. You may use the table below to specify the complete repository information for each repository in the project set or click OK to use the default repository location.
ConfigureRepositoryLocationsWizard_createLocation=Create Location
-ConfigureRepositoryLocationsWizard_createLocationTooltip=Creates Location from a selected alternative repository
+ConfigureRepositoryLocationsWizard_createLocationTooltip=Creates a new repository location
ConfigureRepositoryLocationsWizard_column0=Project set repository information
ConfigureRepositoryLocationsWizard_column1=Repository Location
ConfigureRepositoryLocationsWizard_showConnection=Show connection method
@@ -463,8 +463,8 @@ NewLocationWizard_validationFailedTitle=Unable to Validate
NewLocationWizard_exception=Unable to create repository location
AlternativeLocationWizard_title=Configure CVS Repository
-AlternativeLocationWizard_heading=Configure an alternative CVS Repository
-AlternativeLocationWizard_description=Configure an alternative CVS Repository
+AlternativeLocationWizard_heading=Configure CVS Repository
+AlternativeLocationWizard_description=Configure the repository location from the project set
AlternativeLocationWizard_validationFailedText=Error validating location: "{0}"\n\nUse location anyway?
AlternativeLocationWizard_validationFailedTitle=Unable to Validate
AlternativeLocationWizard_exception=Unable to create repository location

Back to the top