summaryrefslogtreecommitdiffstats
path: root/src/msgcmp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-06 15:10:13 +0000
committerBruno Haible <bruno@clisp.org>2001-03-06 15:10:13 +0000
commit24422afcf4d534b01e5d0a92e74349b01eff6266 (patch)
tree18ce2680ece18e8d4fcbe769c13947b507654bfc /src/msgcmp.c
parent8f746ca065b2d9c1d77012cf0d7fbc26542da620 (diff)
downloadexternal_gettext-24422afcf4d534b01e5d0a92e74349b01eff6266.zip
external_gettext-24422afcf4d534b01e5d0a92e74349b01eff6266.tar.gz
external_gettext-24422afcf4d534b01e5d0a92e74349b01eff6266.tar.bz2
i18n for an error message.
Diffstat (limited to 'src/msgcmp.c')
-rw-r--r--src/msgcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgcmp.c b/src/msgcmp.c
index 8dcbb44..40fc237 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);
}