maint: mark new diagnostic for translation
authorJim Meyering <meyering@redhat.com>
Tue, 5 Jun 2012 20:38:26 +0000 (22:38 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 5 Jun 2012 20:41:06 +0000 (22:41 +0200)
* 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

index 0d5e1b2..c13c064 100644 (file)
@@ -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;
                 }