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/sum.c | |
parent | 4c83ec781b02b43c16f0d82c8c5c830721b138e6 (diff) | |
download | coreutils-41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1.tar.xz |
(AUTHORS): Mark string for translation, since it contains the English word `and'.
Diffstat (limited to 'src/sum.c')
-rw-r--r-- | src/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sum" -#define AUTHORS "Kayvan Aghaiepour and David MacKenzie" +#define AUTHORS N_ ("Kayvan Aghaiepour and David MacKenzie") /* The name this program was run with. */ char *program_name; |