aboutsummaryrefslogtreecommitdiff
path: root/plugins/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.c')
-rw-r--r--plugins/utils.c2
1 files changed, 1 insertions, 1 deletions
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"));
}
}