Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-06-07 15:11:34 +0000
committerMichael Valenta2005-06-07 15:11:34 +0000
commite3a5e019fac41e5540684c0ac05055e54731d69c (patch)
treea1f9570f0b558e054f292d307907ebac294d4767
parent021c68ef04f81fdeb5c6682472708420434a5dd7 (diff)
downloadeclipse.platform.team-e3a5e019fac41e5540684c0ac05055e54731d69c.tar.gz
eclipse.platform.team-e3a5e019fac41e5540684c0ac05055e54731d69c.tar.xz
eclipse.platform.team-e3a5e019fac41e5540684c0ac05055e54731d69c.zip
Bug 98686 CVS Project pref page mnemonics
Bug 98682 Checkout from CVS wizard - dialog problems
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java4
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties18
2 files changed, 11 insertions, 11 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java
index 2147bf549..18e02e222 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java
@@ -177,13 +177,13 @@ public class CVSProjectPropertiesPage extends CVSPropertiesPage {
label = createLabel(composite, CVSUIMessages.CVSProjectPropertiesPage_user, 1); //$NON-NLS-1$
userText = createReadOnlyText(composite, "", 1); //$NON-NLS-1$
- label = createLabel(composite, CVSUIMessages.CVSPropertiesPage_host, 1); //$NON-NLS-1$
+ label = createLabel(composite, CVSUIMessages.CVSRepositoryLocationPropertySource_host, 1); //$NON-NLS-1$
hostText = createReadOnlyText(composite, "", 1); //$NON-NLS-1$
label = createLabel(composite, CVSUIMessages.CVSPropertiesPage_port, 1); //$NON-NLS-1$
portText = createReadOnlyText(composite, "", 1); //$NON-NLS-1$
- label = createLabel(composite, CVSUIMessages.CVSPropertiesPage_path, 1); //$NON-NLS-1$
+ label = createLabel(composite, CVSUIMessages.CVSRepositoryLocationPropertySource_root, 1); //$NON-NLS-1$
pathText = createReadOnlyText(composite, "", 1); //$NON-NLS-1$
label = createLabel(composite, CVSUIMessages.CVSPropertiesPage_module, 1); //$NON-NLS-1$
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 2671c417e..4f04fd262 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
@@ -14,8 +14,8 @@ PasswordManagementPreferencePage_4=Username
PasswordManagementPreferencePage_5=&Remove
PasswordManagementPreferencePage_6=Remove A&ll
UserValidationDialog_5=CVS Repository:
-UserValidationDialog_6=&Save Password
-UserValidationDialog_7=Saved passwords are stored on your computer in a file that's difficult, but not impossible, for an intruder to read.
+UserValidationDialog_6=&Save password
+UserValidationDialog_7=Saved passwords are stored on your computer in a file that is difficult, but not impossible, for an intruder to read.
simpleInternal=Internal error
internal=An internal error has occurred, consult the error log for details.
yes=Yes
@@ -236,8 +236,8 @@ CVSRepositoryLocationPropertySource_default=Default
CVSRepositoryLocationPropertySource_host=Host
CVSRepositoryLocationPropertySource_user=User
CVSRepositoryLocationPropertySource_port=Port
-CVSRepositoryLocationPropertySource_root=Root
-CVSRepositoryLocationPropertySource_method=Connection Method
+CVSRepositoryLocationPropertySource_root=Repository path
+CVSRepositoryLocationPropertySource_method=Connection method
CVSParticipant_0=Remote File ({0} - {1})
@@ -289,7 +289,7 @@ ConfigurationWizardAutoconnectPage_default=Default
ConfigurationWizardAutoconnectPage_connectionType=Connection type:
ConfigurationWizardAutoconnectPage_repositoryPath=Repository path:
ConfigurationWizardAutoconnectPage_module=Module:
-ConfigurationWizardAutoconnectPage_validate=&Validate Connection on Finish
+ConfigurationWizardAutoconnectPage_validate=&Validate connection on finish
ConfigurationWizardAutoconnectPage_noSyncInfo=Could not get folder information
ConfigurationWizardAutoconnectPage_noCVSDirectory=Could not find CVS/ directory
@@ -307,8 +307,8 @@ ConfigurationWizardMainPage_1=User Name Required
ConfigurationWizardMainPage_2=Host Required
ConfigurationWizardMainPage_3=Port Required
ConfigurationWizardMainPage_4=Repository Path Required
-ConfigurationWizardMainPage_useDefaultPort=Use Default P&ort
-ConfigurationWizardMainPage_usePort=Use Por&t:
+ConfigurationWizardMainPage_useDefaultPort=Use default p&ort
+ConfigurationWizardMainPage_usePort=Use por&t:
ConfigurationWizardMainPage_repositoryPath=&Repository path:
ConfigurationWizardMainPage_invalidUserName=Invalid User Name
ConfigurationWizardMainPage_invalidHostName=Invalid Host Name
@@ -658,7 +658,7 @@ CVSProjectPropertiesPage_Select_a_Repository_1=Select a Repository
CVSProjectPropertiesPage_Select_a_CVS_repository_location_to_share_the_project_with__2=Select a compatible CVS repository location to share the project with:
CVSProjectPropertiesPage_Change_Sharing_5=&Change Sharing...
CVSProjectPropertiesPage_fetchAbsentDirectoriesOnUpdate=&Fetch absent or new directories when updating
-CVSProjectPropertiesPage_configureForWatchEdit=Enable watch/edit for this project
+CVSProjectPropertiesPage_configureForWatchEdit=&Enable watch/edit for this project
CVSProjectPropertiesPage_progressTaskName=Updating project's CVS properties
CVSProjectPropertiesPage_setReadOnly=Setting all files read-only
CVSProjectPropertiesPage_clearReadOnly=Setting all files writable
@@ -963,7 +963,7 @@ SharingWizardSyncPage_12=Launch the &Commit wizard
ShareProjectOperation_1=Calculating synchronization states
ShareProjectOperation_3=Mapping project {0} to {1}
ShareProjectOperation_2=Preparing folder {0} for sharing
-CVSProjectPropertiesPage_31=Show only compatible repository locations
+CVSProjectPropertiesPage_31=&Show only compatible repository locations
CVSProjectPropertiesPage_32=Confirm
CVSProjectPropertiesPage_33=The selected repository location may not be compatible with the current location. Are you sure you want to change sharing to the new location?
RepositoryEncodingPropertyPage_2=Identify the file system encoding used by the server where the repository is located. Setting this will allow file names and commit comments to be properly translated between the client and server in cases where the server encoding differs from the client.

Back to the top