1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

tail: gettextize the string, "standard input"

This commit is contained in:
Benno Schulenberg
2008-08-27 23:47:54 +02:00
committed by Jim Meyering
parent 2f776f3096
commit be11df4916
+1 -1
View 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