summaryrefslogtreecommitdiff
path: root/mail/next.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/next.c')
-rw-r--r--mail/next.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/next.c b/mail/next.c
index 46c569b76..352d77860 100644
--- a/mail/next.c
+++ b/mail/next.c
@@ -1,18 +1,18 @@
-/* GNU mailutils - a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 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. */
#include "mail.h"
@@ -40,7 +40,7 @@ mail_next (int argc, char **argv)
if (rc)
{
- util_error ("No applicable message");
+ util_error (_("No applicable message"));
return 1;
}
}

Return to:

Send suggestions and report system problems to the System administrator.