summaryrefslogtreecommitdiffstats
path: root/plugins/check_dummy.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-14 10:11:45 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-14 12:33:06 (GMT)
commit25d1ee331dbe4977a4a1a756c67f32bd51d9b070 (patch)
treeb15cfec59fdbaa8b283f8e7aa2e3d8c4207a7376 /plugins/check_dummy.c
parentb649333321701eccfd99df0d39c6b8d8c92d6a8b (diff)
downloadmonitoring-plugins-25d1ee331dbe4977a4a1a756c67f32bd51d9b070.tar.gz
Fix translations when extra-opts aren't enabled
Bug #2832884 reported problem with translations outputting pot file headers. This is caused by "" matching the header of the translation files. This patch moves gettext macros inside utils macros and update some french translations.
Diffstat (limited to 'plugins/check_dummy.c')
-rw-r--r--plugins/check_dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c
index 8c3f535..e72bf30 100644
--- a/plugins/check_dummy.c
+++ b/plugins/check_dummy.c
@@ -109,9 +109,9 @@ print_help (void)
109 109
110 print_usage (); 110 print_usage ();
111 111
112 printf (_(UT_HELP_VRSN)); 112 printf (UT_HELP_VRSN);
113 113
114 printf (_(UT_SUPPORT)); 114 printf (UT_SUPPORT);
115} 115}
116 116
117 117