Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-09-29 20:55:56 +0000
committerMatthias Sohn2013-10-01 10:59:17 +0000
commite7814c74fe65a0c0a3be48c183411e9e1f3eaf0b (patch)
tree8135f51e4b970c05b648a3c430f98163d74500d1 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parent88b5c09d0c7fe468a99f211b6e4ff1dd08ce0ddd (diff)
downloadegit-e7814c74fe65a0c0a3be48c183411e9e1f3eaf0b.tar.gz
egit-e7814c74fe65a0c0a3be48c183411e9e1f3eaf0b.tar.xz
egit-e7814c74fe65a0c0a3be48c183411e9e1f3eaf0b.zip
Validate new remote's name in NewRemoteDialog
Bug: 413137 Change-Id: I717d81b08e89efc49e487a4eb2b600abe0979ffe Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index 6da0214f89..eceef8f09b 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -1405,6 +1405,7 @@ LoginService_storingCredentialsFailed=Storing credentials failed
NewRemoteDialog_ConfigurationMessage=You need to configure the new remote for either fetch or push; you can add configuration for the other direction later
NewRemoteDialog_DialogTitle=Please enter a name for the new remote
NewRemoteDialog_FetchRadio=Configure &fetch
+NewRemoteDialog_InvalidRemoteName=Invalid remote name ''{0}''
NewRemoteDialog_NameLabel=Remote &name:
NewRemoteDialog_PushRadio=Configure &push
NewRemoteDialog_RemoteAlreadyExistsMessage=Remote {0} already exists

Back to the top