summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-30 00:41:41 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-30 00:41:41 (GMT)
commit7df9bd7bab72af4f300eef9dc509a226924de58b (patch)
treed98aa39e6fd369c439928d033e45382331e4755f /plugins/check_tcp.c
parentfba6d9719e362be25a546ed47d0f7a42679fc79a (diff)
downloadmonitoring-plugins-7df9bd7bab72af4f300eef9dc509a226924de58b.tar.gz
more internationalization fixes
internationalization freeze for beta1 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1067 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r--plugins/check_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index fcd6778..a21572d 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -581,7 +581,7 @@ process_arguments (int argc, char **argv)
581 case 'S': 581 case 'S':
582 use_ssl = TRUE; 582 use_ssl = TRUE;
583#else 583#else
584 die (STATE_UNKNOWN, _("SSL support not available. Install OpenSSL and recompile.")); 584 die (STATE_UNKNOWN, _("Invalid option - SSL is not available"));
585#endif 585#endif
586 break; 586 break;
587 } 587 }