From bafd927f03084ba6b12f7ff1b95352eb0e3a0a84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Sep 2003 22:19:03 +0000 Subject: (WRITTEN_BY): Rename from AUTHORS. Begin each WRITTEN_BY string with `Written by ' and end it with `.'. Mark each WRITTEN_BY string as translatable. --- src/nice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nice.c') 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 */) { -- cgit v1.2.3-70-g09d2