summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-13 10:33:28 +0000
committerJim Meyering <jim@meyering.net>2001-08-13 10:33:28 +0000
commit41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1 (patch)
tree7d985a7fc93e71878583b4ec9a04498d7126dce9 /src/sort.c
parent4c83ec781b02b43c16f0d82c8c5c830721b138e6 (diff)
downloadcoreutils-41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1.tar.xz
(AUTHORS): Mark string for translation, since it contains the English word `and'.
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 383b0381a..1f59a9b73 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -50,7 +50,7 @@ struct rlimit { size_t rlim_cur; };
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "sort"
-#define AUTHORS "Mike Haertel and Paul Eggert"
+#define AUTHORS N_ ("Mike Haertel and Paul Eggert")
#if defined ENABLE_NLS && HAVE_LANGINFO_H
# include <langinfo.h>