summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2002-12-24 21:04:53 +0000
committerWojciech Polak <polak@gnu.org>2002-12-24 21:04:53 +0000
commit1698e17b133476142f64eeb5cf151477e5d35ec3 (patch)
tree5b4b8d4a99b8c00c424b9dde1b8e6326bc7f3ebd /pop3d
parentff407d02a129ad886cf554ab92a42c0a6a84c88b (diff)
downloadmailutils-1698e17b133476142f64eeb5cf151477e5d35ec3.tar.gz
mailutils-1698e17b133476142f64eeb5cf151477e5d35ec3.tar.bz2
Added NLS.
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/signal.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/pop3d/signal.c b/pop3d/signal.c
index 883e0688d..7899ef68b 100644
--- a/pop3d/signal.c
+++ b/pop3d/signal.c
@@ -1,18 +1,18 @@
-/* GNU mailutils - a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+/* GNU Mailutils - a suite of utilities for electronic mail
+ Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
- This program is free software; you can redistribute it and/or modify
+ GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
- This program is distributed in the hope that it will be useful,
+ GNU Mailutils is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
+ along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
@@ -39,11 +39,11 @@ pop3d_sigchld (int signo)
RETSIGTYPE
pop3d_signal (int signo)
{
- syslog (LOG_CRIT, "got signal %s", strsignal(signo));
+ syslog (LOG_CRIT, _("got signal %s"), strsignal(signo));
/* Master process. */
if (!ofile)
{
- syslog (LOG_CRIT, "MASTER: exiting on signal");
+ syslog (LOG_CRIT, _("MASTER: exiting on signal"));
exit (EXIT_FAILURE); /* abort(); */
}

Return to:

Send suggestions and report system problems to the System administrator.