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_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_tcp.c') diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 66bf4489..c8a23869 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -342,7 +342,7 @@ main (int argc, char **argv) /* this is a bit stupid, because we don't want to print the * response time (which can look ok to the user) if we didn't get * the response we were looking for. if-else */ - printf(_("%s %s - "), SERVICE, state_text(result)); + printf("%s %s - ", SERVICE, state_text(result)); if(match == -2 && len && !(flags & FLAG_HIDE_OUTPUT)) printf("Unexpected response from host/socket: %s", status); -- cgit v1.2.3-74-g34f1