summary refs log tree commit diff
path: root/locale/categories.def
diff options
context:
space:
mode:
Diffstat (limited to 'locale/categories.def')
-rw-r--r--locale/categories.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/categories.def b/locale/categories.def
index 71cb86d9f3..160331fb0d 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)