From b8760e0f0926ed2f57ff6c101b6c58b04d6810a8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Jul 2003 10:18:45 +0000 Subject: [PATCH] (main): Enclose diagnostic in _(...). --- src/fmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fmt.c b/src/fmt.c index 0f81c64abc..a263b1a3e6 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; } } -- 2.47.2