diff options
| author | Jim Meyering <jim@meyering.net> | 2001-08-14 07:10:10 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-08-14 07:10:10 +0000 |
| commit | 1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1 (patch) | |
| tree | 1828c0b819fdbd77b00b3b24b26266c548bebcbb /src/printenv.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1.tar.gz coreutils-1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1.zip | |
(AUTHORS): Mark string for translation, since it contains the English word `and'.
Diffstat (limited to 'src/printenv.c')
| -rw-r--r-- | src/printenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c index 1c6c028f0..624aee7a1 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -40,7 +40,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "printenv" -#define AUTHORS "David MacKenzie and Richard Mlynarik" +#define AUTHORS N_ ("David MacKenzie and Richard Mlynarik") /* The name this program was run with. */ char *program_name; |
