summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nice.c b/src/nice.c
index 487fb5510..b55c0a738 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -41,7 +41,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "nice"
-#define AUTHORS "David MacKenzie"
+#define WRITTEN_BY _("Written by David MacKenzie.")
#ifdef NICE_PRIORITY
# define GET_PRIORITY() nice (0)
@@ -99,7 +99,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- AUTHORS, usage);
+ WRITTEN_BY, usage);
for (i = 1; i < argc; /* empty */)
{