summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index f63fb06fb..cede32010 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -965,7 +965,7 @@ parse_obsolescent_option (int argc, const char *const *argv,
n_string_tmp[len] = '\0';
error (0, 0,
- _("%s, `%s' is so large that it is not representable"),
+ _("%s: `%s' is so large that it is not representable"),
count_lines ? _("number of lines") : _("number of bytes"),
n_string_tmp);
free (n_string_tmp);