diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-15 00:34:13 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-15 00:34:13 +0300 |
commit | 21088018554e2b0e02914205377ceb6e34a090bd (patch) | |
tree | 998a05c0f2553cb5e61440a59a513652159488e7 /src/xz/list.c | |
parent | xz: Add German translation. (diff) | |
download | xz-21088018554e2b0e02914205377ceb6e34a090bd.tar.xz |
xz: Edit a translators comment.
Diffstat (limited to '')
-rw-r--r-- | src/xz/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/list.c b/src/xz/list.c index bd4aee4e..1c93718b 100644 --- a/src/xz/list.c +++ b/src/xz/list.c @@ -65,7 +65,7 @@ static const char check_names[LZMA_CHECK_ID_MAX + 1][12] = { // but the Check ID is known (here 2). This and other "Unknown-N" // strings are used in tables, so the width must not exceed ten // columns with a fixed-width font. It's OK to omit the dash if - // you need space for one extra letter. + // you need space for one extra letter, but don't use spaces. N_("Unknown-2"), N_("Unknown-3"), "CRC64", |