about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-18 04:07:28 +0000
committerRoland McGrath <roland@gnu.org>2005-07-18 04:07:28 +0000
commit47919fd5b55f0b2af0ed091838f08c786e6dbeb2 (patch)
tree76a357bd422f0d76ab1b47133741b0ad28669668
parentdc55ff815da7279a2bc58b8b770793952551d25f (diff)
downloadglibc-47919fd5b55f0b2af0ed091838f08c786e6dbeb2.tar.gz
glibc-47919fd5b55f0b2af0ed091838f08c786e6dbeb2.tar.xz
glibc-47919fd5b55f0b2af0ed091838f08c786e6dbeb2.zip
2005-06-23 Thorsten Kukuk <kukuk@suse.de>
	[BZ #1109]
	* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
	with own translation.
-rw-r--r--nscd/nscd_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/nscd_stat.c b/nscd/nscd_stat.c
index 9231642278..a595a0b88f 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.  */