(main): Enclose diagnostic in _(...).
authorJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 10:35:38 +0000 (10:35 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 10:35:38 +0000 (10:35 +0000)
src/od.c

index 52aa55e..08620a9 100644 (file)
--- 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)