summaryrefslogtreecommitdiff
path: root/locale/programs/charmap.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-10 20:52:00 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-10 20:52:00 +0000
commit53a451c64a34f4602b9479aaa8effe149e150a54 (patch)
tree767d1ef7ddc089f82c81d728dd51ad3279a670fb /locale/programs/charmap.c
parent8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f (diff)
Updated to fedora-glibc-20061110T2049cvs/fedora-glibc-2_5_90-6
Diffstat (limited to 'locale/programs/charmap.c')
-rw-r--r--locale/programs/charmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/charmap.c b/locale/programs/charmap.c
index 52a69de4b0..592d29e916 100644
--- a/locale/programs/charmap.c
+++ b/locale/programs/charmap.c
@@ -607,7 +607,7 @@ character sets with locking states are not supported"));
case 90:
if (nowtok != expected_tok)
lr_error (cmfile, _("\
-`%1$s' definition does not end with `END %1$s'"), expected_str);
+%1$s: definition does not end with `END %1$s'"), expected_str);
lr_ignore_rest (cmfile, nowtok == expected_tok);
state = 91;
@@ -1019,7 +1019,7 @@ hexadecimal range format should use only capital characters"));
&& errno == ERANGE)
|| *to_end != '\0')
{
- lr_error (lr, _("<%s> and <%s> are illegal names for range"), from, to);
+ lr_error (lr, _("<%s> and <%s> are invalid names for range"), from, to);
return;
}