diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-10 14:09:33 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-10 14:09:33 +0300 |
commit | a8760203f93a69bc39fd14520a6e9e7b7d70be06 (patch) | |
tree | 8d5680c463bf179c0852b3bf8fd7b64f274588ef | |
parent | xz: Multiple fixes. (diff) | |
download | xz-a8760203f93a69bc39fd14520a6e9e7b7d70be06.tar.xz |
xz: Add a comment to translators about "literal context bits".
-rw-r--r-- | src/xz/message.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xz/message.c b/src/xz/message.c index 9c2dfbd8..279fefe1 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -1158,6 +1158,10 @@ message_help(bool long_help) #if defined(HAVE_ENCODER_LZMA1) || defined(HAVE_DECODER_LZMA1) \ || defined(HAVE_ENCODER_LZMA2) || defined(HAVE_DECODER_LZMA2) + // TRANSLATORS: The word "literal" in "literal context bits" + // means how many "context bits" to use when encoding + // literals. A literal is a single 8-bit byte. It doesn't + // mean "literally" here. puts(_( "\n" " --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n" |