X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Furlize.c;h=5fb3aca0b2c252a515aabd0637c7ae0896f8d424;hb=25d1ee331dbe4977a4a1a756c67f32bd51d9b070;hp=a3620082f57b9e15fe1bfd1bff342277d0ff9a8d;hpb=6fbd14fea5c111a23d9074d25499991cbfa58f79;p=nagiosplug.git diff --git a/plugins/urlize.c b/plugins/urlize.c index a362008..5fb3aca 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -10,8 +10,8 @@ * This file contains the urlize plugin * * This plugin wraps the text output of another command (plugin) in HTML -* tags, thus displaying the plugin output in as a clickable link in the -* Nagios status screen. The return status is the same as the invoked plugin. +* tags, thus displaying the child plugin's output as a clickable link in the +* Nagios status screen. This plugin returns the status of the invoked plugin. * * * This program is free software: you can redistribute it and/or modify @@ -167,14 +167,14 @@ print_help (void) printf (COPYRIGHT, copyright, email); printf ("%s\n", _("This plugin wraps the text output of another command (plugin)")); - printf ("%s\n", _("in HTML tags, thus displaying the plugin output in as a clickable link in")); - printf ("%s\n", _("the Nagios status screen. The return status is the same as the invoked plugin.")); + printf ("%s\n", _("in HTML tags, thus displaying the child plugin's output as a clickable link in")); + printf ("%s\n", _("the Nagios status screen. This plugin returns the status of the invoked plugin.")); printf ("\n\n"); print_usage (); - printf (_(UT_HELP_VRSN)); + printf (UT_HELP_VRSN); printf ("\n"); printf ("%s\n", _("Examples:")); @@ -186,7 +186,7 @@ print_help (void) printf (" %s\n\n", _("You probably want:")); printf (" %s\n", _("urlize http://example.com/ \"check_http -H example.com -r 'two words'\"")); - printf (_(UT_SUPPORT)); + printf (UT_SUPPORT); }