From: Karel Zak Date: Tue, 29 Jul 2014 10:13:24 +0000 (+0200) Subject: logger: fix untranslated message X-Git-Tag: v2.26-rc1~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eec45f2d868b89aa3f9059aae1f340a099824d0;p=thirdparty%2Futil-linux.git logger: fix untranslated message Signed-off-by: Karel Zak --- diff --git a/misc-utils/logger.c b/misc-utils/logger.c index b07edc20e9..7b10df86a9 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -675,7 +675,7 @@ int main(int argc, char **argv) if (stdin != jfd) fclose(jfd); if (ret) - errx(EXIT_FAILURE, "journald entry could not be wrote"); + errx(EXIT_FAILURE, _("journald entry could not be wrote")); return EXIT_SUCCESS; } #endif