From: Roland McGrath Date: Mon, 18 Jul 2005 04:07:28 +0000 (+0000) Subject: 2005-06-23 Thorsten Kukuk X-Git-Tag: cvs/fedora-glibc-2_3-20050718T0425~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47919fd5b55f0b2af0ed091838f08c786e6dbeb2;p=thirdparty%2Fglibc.git 2005-06-23 Thorsten Kukuk [BZ #1109] * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR with own translation. --- diff --git a/nscd/nscd_stat.c b/nscd/nscd_stat.c index 92316422788..a595a0b88fe 100644 --- a/nscd/nscd_stat.c +++ b/nscd/nscd_stat.c @@ -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. */