From 41bc9956ebfd7c86777d33676acf34c45e7ca7c7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 7 Sep 2010 12:31:40 +0300 Subject: [PATCH] xz: Add a note to translators. --- src/xz/hardware.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xz/hardware.c b/src/xz/hardware.c index c7d4f4f..a4733c2 100644 --- a/src/xz/hardware.c +++ b/src/xz/hardware.c @@ -114,6 +114,8 @@ hardware_memlimit_show(void) printf("%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\n", total_ram, memlimit_compress, memlimit_decompress); } else { + // TRANSLATORS: Test with "xz --info-memory" to see if + // the alignment looks nice. memlimit_show(_("Total amount of physical memory (RAM): "), total_ram); memlimit_show(_("Memory usage limit for compression: "), -- 2.39.2