diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/ld-collate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/ld-collate.c b/locale/programs/ld-collate.c index 95c4dd4dfa..df59c339e4 100644 --- a/locale/programs/ld-collate.c +++ b/locale/programs/ld-collate.c @@ -1012,7 +1012,7 @@ handle_ellipsis (struct linereader *ldfile, const char *symstr, size_t symlen, || (endp != NULL && (endp->name == NULL|| ! endp->is_character))) { lr_error (ldfile, _("\ -%s: the start end the end symbol of a range must stand for characters"), +%s: the start and the end symbol of a range must stand for characters"), "LC_COLLATE"); return; } |