Mark translatable string with `N_ (...)'.
authorJim Meyering <jim@meyering.net>
Thu, 3 Oct 2002 09:31:12 +0000 (09:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 3 Oct 2002 09:31:12 +0000 (09:31 +0000)
src/df.c
src/du.c
src/tail.c
src/touch.c

index 7a6650ce85007028282428f6d42e9433a180147c..8c07eacbfd25ab83c685233ba5a70bbebc122b63 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -43,7 +43,7 @@
 #define PROGRAM_NAME "df"
 
 #define AUTHORS \
-  "Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert"
+  N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
 
 char *xgetcwd ();
 
index 2743db7a4159b8221abc677b7ce8fbdeebab4584..a60ad64116a58ecba2b8bf19e94024278a2889da 100644 (file)
--- 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
index ba9dc8cf0aa23e7f8420ab5eb09a152af9877001..2488bf7cff3ff662b8419a44f5d72c12c2324504 100644 (file)
@@ -46,7 +46,7 @@
 #define PROGRAM_NAME "tail"
 
 #define AUTHORS \
-  "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering"
+  N_ ("Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering")
 
 #ifndef ENOSYS
   /* Some systems don't have ENOSYS -- this should be a big enough
index 0adc6dbdc012c870e5bf4cb762e83f3885489a97..645357082065cb272a5e0feb2ca30f75227a335d 100644 (file)
@@ -36,7 +36,7 @@
 #define PROGRAM_NAME "touch"
 
 #define AUTHORS \
-  "Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith"
+N_ ("Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith")
 
 #ifndef STDC_HEADERS
 time_t time ();