summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
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;
}