]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Enclose diagnostic in _(...).
authorJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 10:33:12 +0000 (10:33 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 10:33:12 +0000 (10:33 +0000)
src/mknod.c

index 01b11f47b751554dea86b285901eed73ebaf8c0a..1d8278a57f20bc0b2482888794c8a0e122f48bd8 100644 (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);
     }