]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-06-23 Thorsten Kukuk <kukuk@suse.de>
authorRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 04:07:28 +0000 (04:07 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 04:07:28 +0000 (04:07 +0000)
[BZ #1109]
* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
with own translation.

nscd/nscd_stat.c

index 92316422788af57566afe0e111306f5507767b11..a595a0b88fe635486534ef5e7cd50357ed9ea016 100644 (file)
@@ -143,8 +143,8 @@ receive_print_stats (void)
   int fd;
   int i;
   uid_t uid = getuid ();
-  const char *yesstr = nl_langinfo (YESSTR);
-  const char *nostr = nl_langinfo (NOSTR);
+  const char *yesstr = _("yes");
+  const char *nostr = _("no");
 
   /* Find out whether there is another user but root allowed to
      request statistics.  */