(collate_finish): Fix typo in message.

This commit is contained in:
Ulrich Drepper 1999-12-30 18:17:29 +00:00
parent 3ac4f91b92
commit 17440fd378
1 changed files with 1 additions and 1 deletions

View File

@ -1417,7 +1417,7 @@ collate_finish (struct localedef_t *locale, struct charmap_t *charmap)
!= (collate->sections->rules[i] & sort_position))
{
error (0, 0, _("\
%s: `position' must be used for a specific level in all sections or now"),
%s: `position' must be used for a specific level in all sections or none"),
"LC_COLLATE");
break;
}