diff options
author | Markus Keller <markus_keller@ch.ibm.com> | 2016-06-29 19:28:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-07-01 22:22:44 +0200 |
commit | 13db3550a4858c7d21a21a3df21f54dda936ec66 (patch) | |
tree | a6e0495d328b894e7bf415a3c1d3f9e226f2503d | |
parent | ec5190e2e3d816f9c95302e1be9401cd7f314189 (diff) | |
download | jgit-13db3550a4858c7d21a21a3df21f54dda936ec66.tar.gz jgit-13db3550a4858c7d21a21a3df21f54dda936ec66.zip |
Remove duplicated single quotes in text not handled by MessageFormat
Change-Id: I4b803b34d30a86105d111be417d4a4e6bfb1057b
Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
-rw-r--r-- | org.eclipse.jgit.lfs.server/resources/org/eclipse/jgit/lfs/server/internal/LfsServerText.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.lfs.server/resources/org/eclipse/jgit/lfs/server/internal/LfsServerText.properties b/org.eclipse.jgit.lfs.server/resources/org/eclipse/jgit/lfs/server/internal/LfsServerText.properties index 451064d0db..f97acacccc 100644 --- a/org.eclipse.jgit.lfs.server/resources/org/eclipse/jgit/lfs/server/internal/LfsServerText.properties +++ b/org.eclipse.jgit.lfs.server/resources/org/eclipse/jgit/lfs/server/internal/LfsServerText.properties @@ -2,11 +2,11 @@ corruptLongObject=The content hash ''{0}'' of the long object ''{1}'' doesn''t m failedToCalcSignature=Failed to calculate a request signature: {0} invalidPathInfo=Invalid pathInfo ''{0}'' does not match ''/'{'SHA-256'}''' objectNotFound=Object ''{0}'' not found -undefinedS3AccessKey=S3 configuration: ''accessKey'' is undefined -undefinedS3Bucket=S3 configuration: ''bucket'' is undefined -undefinedS3Region=S3 configuration: ''region'' is undefined -undefinedS3SecretKey=S3 configuration: ''secretKey'' is undefined -undefinedS3StorageClass=S3 configuration: ''storageClass'' is undefined +undefinedS3AccessKey=S3 configuration: 'accessKey' is undefined +undefinedS3Bucket=S3 configuration: 'bucket' is undefined +undefinedS3Region=S3 configuration: 'region' is undefined +undefinedS3SecretKey=S3 configuration: 'secretKey' is undefined +undefinedS3StorageClass=S3 configuration: 'storageClass' is undefined unparsableEndpoint=Unable to parse service endpoint: {0} unsupportedOperation=Operation ''{0}'' is not supported unsupportedUtf8=UTF-8 encoding is not supported. |