From fa002886e390f5cc603021e422be3c319a1040ea Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Fri, 3 Dec 2004 11:45:10 +0000 Subject: internationalization fixes and help fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_nwstat.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/check_nwstat.c') diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c index 9c89ef9e..98b06d90 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c @@ -987,8 +987,9 @@ Notes:\n\ void print_usage(void) { - printf (_("\ + printf ("\ Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\ - [-t timeout].\n"), progname); - printf (_(UT_HLP_VRS), progname, progname); + [-t timeout].\n", progname); + + printf (UT_HLP_VRS, progname, progname); } -- cgit v1.2.3-74-g34f1