From: Jim Meyering Date: Tue, 5 Jun 2012 20:38:26 +0000 (+0200) Subject: maint: mark new diagnostic for translation X-Git-Tag: v8.18~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020851e467071face71df533f99cce971eb9bb38;p=thirdparty%2Fcoreutils.git maint: mark new diagnostic for translation * src/head.c (elide_tail_lines_seekable): Mark new diagnostic. I will look at the results of "make syntax-check", I will look... --- diff --git a/src/head.c b/src/head.c index 0d5e1b2c66..c13c064c47 100644 --- a/src/head.c +++ b/src/head.c @@ -671,7 +671,7 @@ elide_tail_lines_seekable (const char *pretty_filename, int fd, /* Set file pointer to the byte after what we've output. */ if (lseek (fd, pos + n + 1, SEEK_SET) < 0) { - error (0, errno, "%s: failed to reset file pointer", + error (0, errno, _("%s: failed to reset file pointer"), quote (pretty_filename)); return false; }