summaryrefslogtreecommitdiffstats
path: root/plugins/check_ide_smart.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2007-02-06 21:03:21 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2007-02-06 21:03:21 (GMT)
commit19b97afb125056ed6021d6f6ecf5a9b0ace2b314 (patch)
treee596af9be917bca4c8a7d649b9aa4b6ddcf9a25e /plugins/check_ide_smart.c
parenta70fb5becfef4479fc44c530658e5fcf2512d289 (diff)
downloadmonitoring-plugins-19b97afb125056ed6021d6f6ecf5a9b0ace2b314.tar.gz
correcting some translation problems
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r--plugins/check_ide_smart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c
index 234f23b..e30d89c 100644
--- a/plugins/check_ide_smart.c
+++ b/plugins/check_ide_smart.c
@@ -522,7 +522,7 @@ print_help (void)
522 printf (" %s\n", "-0, --auto-off"); 522 printf (" %s\n", "-0, --auto-off");
523 printf (" %s\n", _("Turn off automatic offline tests")); 523 printf (" %s\n", _("Turn off automatic offline tests"));
524 printf (" %s\n", "-n, --nagios"); 524 printf (" %s\n", "-n, --nagios");
525 printf (" %s\n", _("Output suitable for Nagios\n")); 525 printf (" %s\n\n", _("Output suitable for Nagios"));
526 printf (_(UT_SUPPORT)); 526 printf (_(UT_SUPPORT));
527} 527}
528 528