Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / urlize.c
index 202fa048b6a048891f711f9c3a5ac4ff0254e6ae..5fb3aca0b2c252a515aabd0637c7ae0896f8d424 100644 (file)
@@ -174,7 +174,7 @@ print_help (void)
 
        print_usage ();
 
-  printf (_(UT_HELP_VRSN));
+  printf (UT_HELP_VRSN);
 
   printf ("\n");
   printf ("%s\n", _("Examples:"));
@@ -186,7 +186,7 @@ print_help (void)
   printf ("    %s\n\n", _("You probably want:"));
   printf (" %s\n", _("urlize http://example.com/ \"check_http -H example.com -r 'two words'\""));
 
-       printf (_(UT_SUPPORT));
+       printf (UT_SUPPORT);
 }