From 63861fc0122a287beb9c58c3c9a682592f3ba319 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Jul 2003 10:35:38 +0000 Subject: (main): Enclose diagnostic in _(...). --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/od.c b/src/od.c index 52aa55e54..08620a93f 100644 --- a/src/od.c +++ b/src/od.c @@ -1919,7 +1919,7 @@ it must be one character from [doxn]"), { end_offset = n_bytes_to_skip + max_bytes_to_format; if (end_offset < n_bytes_to_skip) - error (EXIT_FAILURE, 0, "skip-bytes + read-bytes is too large"); + error (EXIT_FAILURE, 0, _("skip-bytes + read-bytes is too large")); } if (n_specs == 0) -- cgit v1.2.3-70-g09d2