From: Bruno Haible Date: Tue, 25 Jun 2024 10:18:40 +0000 (+0200) Subject: stat: reactivate a translator comment (lost on 2012-01-09) X-Git-Tag: v9.6~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28951eaa410ce5291f5ca997a57f046e14073eed;p=thirdparty%2Fcoreutils.git stat: reactivate a translator comment (lost on 2012-01-09) * src/stat.c (default_format): Move translator comment to immediately precede the _() invocation. --- diff --git a/src/stat.c b/src/stat.c index e73abf07a0..1513abfaaa 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1732,9 +1732,10 @@ default_format (bool fs, bool terse, bool device) } temp = format; - /* TRANSLATORS: This string uses format specifiers from - 'stat --help' without --file-system, and NOT from printf. */ format = xasprintf ("%s%s", format, + /* TRANSLATORS: This string uses format specifiers + from 'stat --help' without --file-system, and + NOT from printf. */ _("Access: %x\n" "Modify: %y\n" "Change: %z\n"