From 21088018554e2b0e02914205377ceb6e34a090bd Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 15 Sep 2010 00:34:13 +0300 Subject: [PATCH] xz: Edit a translators comment. --- src/xz/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",