diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/categories.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/categories.def b/locale/categories.def index 71cb86d..160331f 100644 --- a/locale/categories.def +++ b/locale/categories.def @@ -169,8 +169,8 @@ DEFINE_CATEGORY ( LC_MESSAGES, "LC_MESSAGES", ( - DEFINE_ELEMENT (YESEXPR, "yesexpr", std, string) - DEFINE_ELEMENT (NOEXPR, "noexpr", std, string) - DEFINE_ELEMENT (YESSTR, "yesstr", opt, string) - DEFINE_ELEMENT (NOSTR, "nostr", opt, string) + DEFINE_ELEMENT (YESEXPR, "yesexpr", std, string) + DEFINE_ELEMENT (NOEXPR, "noexpr", std, string) + DEFINE_ELEMENT (__YESSTR, "yesstr", opt, string) + DEFINE_ELEMENT (__NOSTR, "nostr", opt, string) ), NO_POSTLOAD, NULL, messages_check, NULL) |