From 020851e467071face71df533f99cce971eb9bb38 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Jun 2012 22:38:26 +0200 Subject: 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... --- src/head.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/head.c b/src/head.c index 0d5e1b2c6..c13c064c4 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; } -- cgit v1.2.3-54-g00ecf