1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(AUTHORS): Mark string for translation, since it contains the English word `and'.

This commit is contained in:
Jim Meyering
2001-08-14 07:10:10 +00:00
parent 543be22259
commit 1e4a6cbe1c
12 changed files with 12 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "dirname"
#define AUTHORS "David MacKenzie and Jim Meyering"
#define AUTHORS N_ ("David MacKenzie and Jim Meyering")
/* The name this program was run with. */
char *program_name;