diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 4bc87c0..5448842 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -277,7 +277,7 @@ main (int argc, char **argv) | |||
277 | printf (_("%d crit, %d warn out of "), crit, warn); | 277 | printf (_("%d crit, %d warn out of "), crit, warn); |
278 | } | 278 | } |
279 | } | 279 | } |
280 | printf (ngettext ("%d process", "%d processes", (unsigned long) procs), procs); | 280 | printf ("%d %s", procs, procs == 1 ? _("process") : _("processes")); |
281 | 281 | ||
282 | if (strcmp(fmt,"") != 0) { | 282 | if (strcmp(fmt,"") != 0) { |
283 | printf (_(" with %s"), fmt); | 283 | printf (_(" with %s"), fmt); |