summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-03 09:31:12 +0000
committerJim Meyering <jim@meyering.net>2002-10-03 09:31:12 +0000
commit4a6814ada7aa7bb34046bd3f57bd46615d8db588 (patch)
tree6ba532cd55edd0e1751e75451d7037ed254c18eb /src/touch.c
parentf91c0597b15fa7e86de666dbe2c9309e75027702 (diff)
downloadcoreutils-4a6814ada7aa7bb34046bd3f57bd46615d8db588.tar.xz
Mark translatable string with `N_ (...)'.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 0adc6dbdc..645357082 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -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 ();