]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
i18n for an error message.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 15:10:13 +0000 (15:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 15:10:13 +0000 (15:10 +0000)
src/msgcmp.c

index 8dcbb4425ff56e39e64c9f3b57b8f139f6c2a17d..40fc2370e6e62fa14dcb21c54b015a78992eb2ff 100644 (file)
@@ -279,7 +279,7 @@ this message is used but not defined in %s"), fn1);
 
   /* Exit with status 1 on any error.  */
   if (nerrors > 0)
-    error (EXIT_FAILURE, 0, "found %d fatal errors", nerrors);
+    error (EXIT_FAILURE, 0, _("found %d fatal errors"), nerrors);
 }