aboutsummaryrefslogtreecommitdiffstats
path: root/src/tee.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-14 07:10:10 +0000
committerJim Meyering <jim@meyering.net>2001-08-14 07:10:10 +0000
commit1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1 (patch)
tree1828c0b819fdbd77b00b3b24b26266c548bebcbb /src/tee.c
parent*** empty log message *** (diff)
downloadcoreutils-1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1.tar.gz
coreutils-1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1.zip
(AUTHORS): Mark string for translation, since it contains the English word `and'.
Diffstat (limited to 'src/tee.c')
-rw-r--r--src/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tee.c b/src/tee.c
index 48c42d173..f9d4c1988 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -30,7 +30,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "tee"
-#define AUTHORS "Mike Parker, Richard M. Stallman, and David MacKenzie"
+#define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie")
int full_write ();