about summary refs log tree commit diff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/C-messages.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-messages.c b/locale/C-messages.c
index c6ce5b758d..b5fcd199ca 100644
--- a/locale/C-messages.c
+++ b/locale/C-messages.c
@@ -25,8 +25,8 @@ const struct locale_data _nl_C_LC_MESSAGES =
   NULL, 0, /* no file mapped */
   4,
   {
-    { string: "[yY][[:alpha:]]" },
-    { string: "[nN][[:alpha:]]" },
+    { string: "[yY][[:alpha:]]*" },
+    { string: "[nN][[:alpha:]]*" },
     { string: "" },
     { string: "" }
   }