]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AUTHORS): Enclose string in N_(...), now that it includes `and'.
authorJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:20:32 +0000 (09:20 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:20:32 +0000 (09:20 +0000)
src/head.c

index 464c678ce81d638c40c8037f619dd87a28d0d0ee..885463456d41109672f81394d480f1407b72be85 100644 (file)
@@ -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