Browse Source

Fix typo in system config error message

Change-Id: I14daca6c81b003123e5862b384718fe06fb3ebd0
Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
stable-4.5
Michael Keppler 9 years ago committed by Matthias Sohn
parent
commit
8a0a5b5337
  1. 2
      org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

2
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

@ -591,7 +591,7 @@ submoduleParentRemoteUrlInvalid=Cannot remove segment from remote url ''{0}''
submodulesNotSupported=Submodules are not supported
supportOnlyPackIndexVersion2=Only support index version 2
symlinkCannotBeWrittenAsTheLinkTarget=Symlink "{0}" cannot be written as the link target cannot be read from within Java.
systemConfigFileInvalid=Systen wide config file {0} is invalid {1}
systemConfigFileInvalid=System wide config file {0} is invalid {1}
tagAlreadyExists=tag ''{0}'' already exists
tagNameInvalid=tag name {0} is invalid
tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported

Loading…
Cancel
Save