diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-14 09:48:41 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-14 09:48:41 (GMT) |
commit | b649333321701eccfd99df0d39c6b8d8c92d6a8b (patch) | |
tree | 655301954c6dffa67cbb555cbe8fad9052932e80 /plugins/negate.c | |
parent | a179737771ece982e1840d480b10cb6ed1792619 (diff) | |
download | monitoring-plugins-b649333321701eccfd99df0d39c6b8d8c92d6a8b.tar.gz |
Update french translation (fix all fuzzy's)
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index ebbb152..8eac722 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -164,7 +164,7 @@ process_arguments (int argc, char **argv) | |||
164 | break; | 164 | break; |
165 | case 'T': /* Result to return on timeouts */ | 165 | case 'T': /* Result to return on timeouts */ |
166 | if ((timeout_state = translate_state(optarg)) == ERROR) | 166 | if ((timeout_state = translate_state(optarg)) == ERROR) |
167 | usage4 (_("timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-3).")); | 167 | usage4 (_("Timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-3).")); |
168 | break; | 168 | break; |
169 | case 'o': /* replacement for OK */ | 169 | case 'o': /* replacement for OK */ |
170 | if ((state[STATE_OK] = translate_state(optarg)) == ERROR) | 170 | if ((state[STATE_OK] = translate_state(optarg)) == ERROR) |