summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-27 02:28:39 +0000
committerJim Meyering <jim@meyering.net>1997-01-27 02:28:39 +0000
commit5f011471a3b8cda28a52531fee1027d3b21e1f4f (patch)
tree92daa0f0ff53eea166c88f754002c26068fd1ff7 /src
parent6b3f36f935408631763fb3bbc793bac890515b55 (diff)
downloadcoreutils-5f011471a3b8cda28a52531fee1027d3b21e1f4f.tar.xz
really make the messages identical
Diffstat (limited to 'src')
-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);