summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-14 06:54:27 +0000
committerJim Meyering <jim@meyering.net>2001-08-14 06:54:27 +0000
commit43a6f9d2d89c6c5c24b1613b4d5badebbab2c104 (patch)
treee6ec10974d90d7399f3764ca8f796d665800b5b4 /src/mv.c
parent33795311baf10884d9e6423629f67a2b4483fc44 (diff)
downloadcoreutils-43a6f9d2d89c6c5c24b1613b4d5badebbab2c104.tar.xz
(AUTHORS): Mark string for translation, since it contains the English word `and'.
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index c31b7d4f3..e4036971d 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -40,7 +40,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "mv"
-#define AUTHORS "Mike Parker, David MacKenzie, and Jim Meyering"
+#define AUTHORS N_ ("Mike Parker, David MacKenzie, and Jim Meyering")
/* Initial number of entries in each hash table entry's table of inodes. */
#define INITIAL_HASH_MODULE 100