From: Benno Schulenberg Date: Wed, 27 Aug 2008 21:47:54 +0000 (+0200) Subject: tail: gettextize the string, "standard input" X-Git-Tag: v7.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be11df49165f1d6f747dd3ca3a09f1b050bfeb74;p=thirdparty%2Fcoreutils.git tail: gettextize the string, "standard input" --- diff --git a/src/tail.c b/src/tail.c index a7d4495938..43fd6d4128 100644 --- a/src/tail.c +++ b/src/tail.c @@ -297,7 +297,7 @@ valid_file_spec (struct File_spec const *f) static char const * pretty_name (struct File_spec const *f) { - return (STREQ (f->name, "-") ? "standard input" : f->name); + return (STREQ (f->name, "-") ? _("standard input") : f->name); } static void