diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-07 12:31:40 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-07 12:31:40 +0300 |
commit | 41bc9956ebfd7c86777d33676acf34c45e7ca7c7 (patch) | |
tree | 2e7c1649b7d11fbe8aacdef1d3f1aee52256ccce /src/xz/hardware.c | |
parent | Fix use of N_() and ngettext(). (diff) | |
download | xz-41bc9956ebfd7c86777d33676acf34c45e7ca7c7.tar.xz |
xz: Add a note to translators.
Diffstat (limited to 'src/xz/hardware.c')
-rw-r--r-- | src/xz/hardware.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xz/hardware.c b/src/xz/hardware.c index c7d4f4f0..a4733c27 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: "), |