]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tail: gettextize the string, "standard input"
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 27 Aug 2008 21:47:54 +0000 (23:47 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Sep 2008 10:27:37 +0000 (12:27 +0200)
src/tail.c

index a7d44959382a5fbb07d4abf55ff10aea2802c933..43fd6d4128f17f008d9ac327cb9072297714f33b 100644 (file)
@@ -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