diff options
-rw-r--r-- | src/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c index 464c678ce..885463456 100644 --- a/src/head.c +++ b/src/head.c @@ -45,7 +45,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "head" -#define AUTHORS "David MacKenzie and Jim Meyering" +#define AUTHORS N_("David MacKenzie and Jim Meyering") /* Number of lines/chars/blocks to head. */ #define DEFAULT_NUMBER 10 |