From: Bruno Haible Date: Tue, 6 Mar 2001 15:10:13 +0000 (+0000) Subject: i18n for an error message. X-Git-Tag: v0.10.36~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24422afcf4d534b01e5d0a92e74349b01eff6266;p=thirdparty%2Fgettext.git i18n for an error message. --- diff --git a/src/msgcmp.c b/src/msgcmp.c index 8dcbb4425..40fc2370e 100644 --- a/src/msgcmp.c +++ b/src/msgcmp.c @@ -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); }