* src/stat.c (default_format): Move translator comment to immediately
precede the _() invocation.
}
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"