diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2019-02-26 11:53:49 +0100 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2019-02-26 11:53:49 +0100 |
commit | 4169a95a65683e39e7a6a8f2b11b543e2bc754db (patch) | |
tree | d86c9d9c945eff2249ad8edebad98bcbc3fcbb20 /org.eclipse.jgit/resources | |
parent | e54243278ff810ef95e26b8a15bf3aa8505a2161 (diff) | |
download | jgit-4169a95a65683e39e7a6a8f2b11b543e2bc754db.tar.gz jgit-4169a95a65683e39e7a6a8f2b11b543e2bc754db.zip |
Remove duplicate externalized message
Instead of a new "unexpectedNlinkValue" message use the already
existing "failedAtomicFileCreation". Remove a stray double quote
from the latter.
Change-Id: I1ba5e9ea48d3f7615354b2ace2575883070b3206
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index da8e32026b..3c9705290b 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -302,7 +302,7 @@ expectedLessThanGot=expected less than ''{0}'', got ''{1}'' expectedPktLineWithService=expected pkt-line with ''# service=-'', got ''{0}'' expectedReceivedContentType=expected Content-Type {0}; received Content-Type {1} expectedReportForRefNotReceived={0}: expected report for ref {1} not received -failedAtomicFileCreation=Atomic file creation failed, number of hard links to file {0} was not 2 but {1}" +failedAtomicFileCreation=Atomic file creation failed, number of hard links to file {0} was not 2 but {1} failedToDetermineFilterDefinition=An exception occurred while determining filter definitions failedUpdatingRefs=failed updating refs failureDueToOneOfTheFollowing=Failure due to one of the following: @@ -735,7 +735,6 @@ unexpectedEndOfConfigFile=Unexpected end of config file unexpectedEndOfInput=Unexpected end of input unexpectedEofInPack=Unexpected EOF in partially created pack unexpectedHunkTrailer=Unexpected hunk trailer -unexpectedNlinkValue=nlink of link to lock file {0} was not 2 but {1} unexpectedOddResult=odd: {0} + {1} - {2} unexpectedPacketLine=unexpected {0} unexpectedRefReport={0}: unexpected ref report: {1} |