1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-19 03:13:05 +02:00

(main): Enclose diagnostic in _(...).

This commit is contained in:
Jim Meyering
2003-07-11 10:33:12 +00:00
parent b8760e0f09
commit e96ddb3907

View File

@@ -1,5 +1,5 @@
/* mknod -- make special files
Copyright (C) 90, 91, 1995-2002 Free Software Foundation, Inc.
Copyright (C) 90, 91, 1995-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -218,7 +218,7 @@ major and minor device numbers may not be specified for fifo files"));
break;
default:
error (0, 0, "invalid device type %s", quote (argv[optind + 1]));
error (0, 0, _("invalid device type %s"), quote (argv[optind + 1]));
usage (EXIT_FAILURE);
}