summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-11 10:18:45 +0000
committerJim Meyering <jim@meyering.net>2003-07-11 10:18:45 +0000
commitb8760e0f0926ed2f57ff6c101b6c58b04d6810a8 (patch)
treed17a088e0d5f71195988ae29d511836a8012dc7d /src/fmt.c
parentf37e7c032a20dd96200334fa8e993cfbf5bc8c8e (diff)
downloadcoreutils-b8760e0f0926ed2f57ff6c101b6c58b04d6810a8.tar.xz
(main): Enclose diagnostic in _(...).
Diffstat (limited to 'src/fmt.c')
-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;
}
}