From: Jim Meyering Date: Thu, 3 Oct 2002 09:28:02 +0000 (+0000) Subject: (AUTHORS): Mark translatable string with `N_ (...)'. X-Git-Tag: v4.5.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91c0597b15fa7e86de666dbe2c9309e75027702;p=thirdparty%2Fcoreutils.git (AUTHORS): Mark translatable string with `N_ (...)'. --- diff --git a/src/rm.c b/src/rm.c index 5df4ed861a..f4c75ab8ce 100644 --- a/src/rm.c +++ b/src/rm.c @@ -58,7 +58,7 @@ #define PROGRAM_NAME "rm" #define AUTHORS \ - "Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering" + N_ ("Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering") /* Name this program was run with. */ char *program_name;