aboutsummaryrefslogtreecommitdiff
path: root/src/xz/hardware.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-09-07 12:31:40 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-09-07 12:31:40 +0300
commit41bc9956ebfd7c86777d33676acf34c45e7ca7c7 (patch)
tree2e7c1649b7d11fbe8aacdef1d3f1aee52256ccce /src/xz/hardware.c
parentFix use of N_() and ngettext(). (diff)
downloadxz-41bc9956ebfd7c86777d33676acf34c45e7ca7c7.tar.xz
xz: Add a note to translators.
Diffstat (limited to '')
-rw-r--r--src/xz/hardware.c2
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: "),