From: Jim Meyering Date: Fri, 11 Jul 2003 10:35:38 +0000 (+0000) Subject: (main): Enclose diagnostic in _(...). X-Git-Tag: v5.0.1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63861fc0122a287beb9c58c3c9a682592f3ba319;p=thirdparty%2Fcoreutils.git (main): Enclose diagnostic in _(...). --- diff --git a/src/od.c b/src/od.c index 52aa55e549..08620a93f1 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)