summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-07-30 21:28:07 +0200
committerKarel Zak2011-08-02 14:13:44 +0200
commitf14f02f581fde2a30d5c8d69061b8200d02a1334 (patch)
treeb01fabae02dc1fa5e26d11cfcb34e6703f1cbd19 /sys-utils/fstrim.c
parentpo: also extract plural messages from the C files (diff)
downloadkernel-qcow2-util-linux-f14f02f581fde2a30d5c8d69061b8200d02a1334.tar.gz
kernel-qcow2-util-linux-f14f02f581fde2a30d5c8d69061b8200d02a1334.tar.xz
kernel-qcow2-util-linux-f14f02f581fde2a30d5c8d69061b8200d02a1334.zip
textual: add some guiding comments for translators
These are picked up by xgettext and put in the POT file. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/fstrim.c')
-rw-r--r--sys-utils/fstrim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
index 597f78147..0006091d9 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -143,6 +143,7 @@ int main(int argc, char **argv)
err(EXIT_FAILURE, _("%s: FITRIM ioctl failed"), path);
if (verbose)
+ /* TRANSLATORS: The standard value here is a very large number. */
printf(_("%s: %" PRIu64 " bytes were trimmed\n"),
path, (uint64_t) range.len);
close(fd);