diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-08-30 10:58:19 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-08-30 10:58:25 -0700 |
commit | 1709800f277460a75d69c453e127c2d8ad40c945 (patch) | |
tree | 71607f74fc68e65e59d73793e8f4520d25d7597f /org.eclipse.jgit/resources | |
parent | bc0359c42fe74e0ea184b87913e5275ac3533f1d (diff) | |
download | jgit-1709800f277460a75d69c453e127c2d8ad40c945.tar.gz jgit-1709800f277460a75d69c453e127c2d8ad40c945.zip |
Undo translation of protocol string 'unpack error'
This string is part of the network protocol, and isn't meant to
be translated into another language. Clients actually scan for
the string "unpack error " off the wire and react magically to
this information. If it were translated, they would instead have
a protocol exception, which isn't very useful when there is already
an error occurring.
Change-Id: Ia5dc8d36ba65ad2552f683bb637e80b77a7d92f0
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 0b97d68f09..0c3d0e5d87 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -379,7 +379,6 @@ unknownRepositoryFormat2=Unknown repository format "{0}"; expected "0". unknownRepositoryFormat=Unknown repository format unknownZlibError=Unknown zlib error. unmergedPath=Unmerged path: {0} -unpackError=unpack error {0} unreadablePackIndex=Unreadable pack index: {0} unrecognizedRef=Unrecognized ref: {0} unsupportedCommand0=unsupported command 0 |