Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / negate.c
index 8eac722023d2e28f6b7e670dc5e99843b3ede19d..869b9d9d5ba02de91c9ee07403bec1182ce53f63 100644 (file)
@@ -247,9 +247,9 @@ print_help (void)
 
        print_usage ();
 
-       printf (_(UT_HELP_VRSN));
+       printf (UT_HELP_VRSN);
 
-       printf (_(UT_TIMEOUT), timeout_interval);
+       printf (UT_TIMEOUT, timeout_interval);
        printf ("    %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status."));
        printf (" -T, --timeout-result=STATUS\n");
        printf ("    %s\n", _("Custom result on Negate timeouts; see below for STATUS definition\n"));
@@ -281,7 +281,7 @@ print_help (void)
        printf (" %s\n", _("Using timeout-result, it is possible to override the timeout behaviour or a"));
        printf (" %s\n", _("plugin by setting the negate timeout a bit lower."));
 
-       printf (_(UT_SUPPORT));
+       printf (UT_SUPPORT);
 }