summaryrefslogtreecommitdiffstats
path: root/plugins/check_radius.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-12-10 07:52:00 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-12-10 07:52:00 (GMT)
commit2af978187c71d1610c47c630b1cb0da01c129396 (patch)
tree1daf79717cad4174c797842d2727f534c4abf788 /plugins/check_radius.c
parentc1b08bca7b9c01d01c805dc9e40a447d4526d2d5 (diff)
downloadmonitoring-plugins-2af978187c71d1610c47c630b1cb0da01c129396.tar.gz
Plenty of french translations (and a few fixes BTW)
- No more fuzzy french translations - Only (!) 355 strings to translate git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1859 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r--plugins/check_radius.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c
index dcb85ac..ba61c10 100644
--- a/plugins/check_radius.c
+++ b/plugins/check_radius.c
@@ -287,7 +287,7 @@ process_arguments (int argc, char **argv)
287 } 287 }
288 288
289 if (server == NULL) 289 if (server == NULL)
290 usage4 (_("Host not specified")); 290 usage4 (_("Hostname was not supplied"));
291 if (username == NULL) 291 if (username == NULL)
292 usage4 (_("User not specified")); 292 usage4 (_("User not specified"));
293 if (password == NULL) 293 if (password == NULL)