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:
committed by
Jim Meyering
parent
2f776f3096
commit
be11df4916
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user