From 19b97afb125056ed6021d6f6ecf5a9b0ace2b314 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Tue, 6 Feb 2007 21:03:21 +0000 Subject: correcting some translation problems git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_http.c') diff --git a/plugins/check_http.c b/plugins/check_http.c index d1f3998b..82f6ebde 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1017,7 +1017,7 @@ check_http (void) msg = strdup(_("pattern not found")); else msg = strdup(_("pattern found")); - printf (_("%s - %s%s|%s %s\n"), + printf (("%s - %s%s|%s %s\n"), _("CRITICAL"), msg, (display_html ? "" : ""), -- cgit v1.2.3