From f9394308c9c372bcf419a311c61ba420247ae613 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Sun, 18 Jun 2006 19:36:48 +0000 Subject: updating help and usage and license git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1434 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/utils.c') diff --git a/plugins/utils.c b/plugins/utils.c index f2593a16..a455f225 100644 --- a/plugins/utils.c +++ b/plugins/utils.c @@ -360,7 +360,7 @@ set_thresholds(thresholds **my_thresholds, char *warn_string, char *critical_str if (_set_thresholds(my_thresholds, warn_string, critical_string) == 0) { return; } else { - usage("Range format incorrect"); + usage(_("Range format incorrect")); } } -- cgit v1.2.3