diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 21:03:21 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 21:03:21 (GMT) |
commit | 19b97afb125056ed6021d6f6ecf5a9b0ace2b314 (patch) | |
tree | e596af9be917bca4c8a7d649b9aa4b6ddcf9a25e /plugins/check_mrtgtraf.c | |
parent | a70fb5becfef4479fc44c530658e5fcf2512d289 (diff) | |
download | monitoring-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_mrtgtraf.c')
-rw-r--r-- | plugins/check_mrtgtraf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index e587e5c..d86bf8a 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
@@ -360,7 +360,7 @@ print_help (void) | |||
360 | 360 | ||
361 | printf ("%s\n", _("Notes:")); | 361 | printf ("%s\n", _("Notes:")); |
362 | printf (" %s\n", _("- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from")); | 362 | printf (" %s\n", _("- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from")); |
363 | printf (" %s\n", _(" http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html")); | 363 | printf (" %s\n", " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html"); |
364 | printf (" %s\n", _("- While MRTG can monitor things other than traffic rates, this")); | 364 | printf (" %s\n", _("- While MRTG can monitor things other than traffic rates, this")); |
365 | printf (" %s\n", _(" plugin probably won't work with much else without modification.")); | 365 | printf (" %s\n", _(" plugin probably won't work with much else without modification.")); |
366 | printf (" %s\n", _("- The calculated i/o rates are a little off from what MRTG actually")); | 366 | printf (" %s\n", _("- The calculated i/o rates are a little off from what MRTG actually")); |