From b2bfd4555a535ca0389ea3d89154ed1d27f1ac3b Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Wed, 14 Jun 2006 21:27:38 +0000 Subject: updating the help and usage for localization git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1427 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_dummy.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/check_dummy.c') diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index 0a7f472c..af7f8a3d 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c @@ -90,11 +90,9 @@ print_help (void) printf ("Copyright (c) 1999 Ethan Galstad \n"); printf (COPYRIGHT, copyright, email); - printf (_("This plugin will simply return the state corresponding to the numeric value")); + printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value")); - printf ("\n"); - - printf (_("of the argument with optional text")); + printf ("%s\n", _("of the argument with optional text")); printf ("\n\n"); -- cgit v1.2.3