summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
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)