From 230d67e18ad368773f2302485d0b55f50f654e3f Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Thu, 2 Dec 2004 01:11:01 +0000 Subject: changed Error: by CRITICAL - more localization fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@971 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ide-smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_ide-smart.c') diff --git a/plugins/check_ide-smart.c b/plugins/check_ide-smart.c index 9d3c3160..bcace8a0 100644 --- a/plugins/check_ide-smart.c +++ b/plugins/check_ide-smart.c @@ -249,7 +249,7 @@ net_saint (values_t * p, thresholds_t * t) total); break; case OPERATIONAL: - printf (_("STATUS - Operational (%d/%d tests passed)\n"), passed, total); + printf (_("OK - Operational (%d/%d tests passed)\n"), passed, total); break; default: printf (_("ERROR - Status '%d' uknown. %d/%d tests passed\n"), status, -- cgit v1.2.3-74-g34f1