From: Jim Meyering Date: Wed, 14 May 2003 09:20:32 +0000 (+0000) Subject: (AUTHORS): Enclose string in N_(...), now that it includes `and'. X-Git-Tag: v5.0.1~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85ad1d09c100d15c606c7d8eea25a5cab05d39a0;p=thirdparty%2Fcoreutils.git (AUTHORS): Enclose string in N_(...), now that it includes `and'. --- diff --git a/src/head.c b/src/head.c index 464c678ce8..885463456d 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