(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 01b11f4..1d8278a 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);
     }