diff options
Diffstat (limited to 'plugins/utils.c')
-rw-r--r-- | plugins/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index f2593a1..a455f22 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -360,7 +360,7 @@ set_thresholds(thresholds **my_thresholds, char *warn_string, char *critical_str | |||
360 | if (_set_thresholds(my_thresholds, warn_string, critical_string) == 0) { | 360 | if (_set_thresholds(my_thresholds, warn_string, critical_string) == 0) { |
361 | return; | 361 | return; |
362 | } else { | 362 | } else { |
363 | usage("Range format incorrect"); | 363 | usage(_("Range format incorrect")); |
364 | } | 364 | } |
365 | } | 365 | } |
366 | 366 | ||