diff options
| author | Jim Meyering <jim@meyering.net> | 2001-08-13 10:33:28 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-08-13 10:33:28 +0000 |
| commit | 41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1 (patch) | |
| tree | 7d985a7fc93e71878583b4ec9a04498d7126dce9 /src/paste.c | |
| parent | (author_mark_check): New rule. (diff) | |
| download | coreutils-41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1.tar.gz coreutils-41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1.zip | |
(AUTHORS): Mark string for translation, since it contains the English word `and'.
Diffstat (limited to 'src/paste.c')
| -rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index 781613715..8bd444331 100644 --- a/src/paste.c +++ b/src/paste.c @@ -47,7 +47,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "paste" -#define AUTHORS "David M. Ihnat and David MacKenzie" +#define AUTHORS N_ ("David M. Ihnat and David MacKenzie") /* Indicates that no delimiter should be added in the current position. */ #define EMPTY_DELIM '\0' |
