summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 0f81c64ab..a263b1a3e 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -433,7 +433,8 @@ main (register int argc, register char **argv)
}
else
{
- error (0, errno, "cannot open %s for reading", quote (file));
+ error (0, errno, _("cannot open %s for reading"),
+ quote (file));
fail = 1;
}
}