mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-09 11:16:42 +02:00
(main): Don't mark "%s" as a translatable string.
From G?ran Uddeborg.
This commit is contained in:
@@ -471,9 +471,9 @@ main (int argc, char **argv)
|
||||
|
||||
if (argc < optind + 2)
|
||||
{
|
||||
error (0, 0, _("%s"), (argc == optind
|
||||
? _("missing file arguments")
|
||||
: _("missing file argument")));
|
||||
error (0, 0, "%s", (argc == optind
|
||||
? _("missing file arguments")
|
||||
: _("missing file argument")));
|
||||
usage (1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user