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 a7d4495..43fd6d4 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