mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Add a note to translators.
This commit is contained in:
parent
77a7746616
commit
41bc9956eb
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ hardware_memlimit_show(void)
|
||||||
printf("%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\n", total_ram,
|
printf("%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\n", total_ram,
|
||||||
memlimit_compress, memlimit_decompress);
|
memlimit_compress, memlimit_decompress);
|
||||||
} else {
|
} else {
|
||||||
|
// TRANSLATORS: Test with "xz --info-memory" to see if
|
||||||
|
// the alignment looks nice.
|
||||||
memlimit_show(_("Total amount of physical memory (RAM): "),
|
memlimit_show(_("Total amount of physical memory (RAM): "),
|
||||||
total_ram);
|
total_ram);
|
||||||
memlimit_show(_("Memory usage limit for compression: "),
|
memlimit_show(_("Memory usage limit for compression: "),
|
||||||
|
|
Loading…
Reference in a new issue