mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 05:53:36 +08:00
(collate_finish): Fix typo in message.
This commit is contained in:
parent
3ac4f91b92
commit
17440fd378
@ -1417,7 +1417,7 @@ collate_finish (struct localedef_t *locale, struct charmap_t *charmap)
|
|||||||
!= (collate->sections->rules[i] & sort_position))
|
!= (collate->sections->rules[i] & sort_position))
|
||||||
{
|
{
|
||||||
error (0, 0, _("\
|
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");
|
"LC_COLLATE");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user