From 4a6814ada7aa7bb34046bd3f57bd46615d8db588 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 3 Oct 2002 09:31:12 +0000 Subject: Mark translatable string with `N_ (...)'. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/du.c') diff --git a/src/du.c b/src/du.c index 2743db7a4..a60ad6411 100644 --- a/src/du.c +++ b/src/du.c @@ -63,7 +63,7 @@ #define PROGRAM_NAME "du" #define AUTHORS \ - "Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert" + N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert") /* Initial size of the hash table. */ #define INITIAL_TABLE_SIZE 103 -- cgit v1.2.3-54-g00ecf