2005-06-23 Thorsten Kukuk <kukuk@suse.de>

[BZ #1109]
	* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
	with own translation.
This commit is contained in:
Roland McGrath 2005-07-18 04:07:28 +00:00
parent dc55ff815d
commit 47919fd5b5

View 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. */