From: Jim Meyering Date: Mon, 27 Jan 1997 02:28:39 +0000 (+0000) Subject: really make the messages identical X-Git-Tag: TEXTUTILS-1_22^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f011471a3b8cda28a52531fee1027d3b21e1f4f;p=thirdparty%2Fcoreutils.git really make the messages identical --- diff --git a/src/tail.c b/src/tail.c index f63fb06fbd..cede32010e 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);