From f3e8f7f5e64b792c3a147b363943bdb9cae427c8 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 24 Mar 2017 10:12:29 +0545 Subject: Redmine #7422 remove bogus z at end of words --- src/usr/local/www/vpn_openvpn_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/vpn_openvpn_client.php') diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 9bf5a7a..71f0072 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -717,7 +717,7 @@ if ($act=="new" || $act=="edit"): '%1$s%2$s%3$s', '
', sprint_info_box(gettext('When both peers support NCP and have it enabled, NCP overrides the Encryption Algorithm above.') . '
' . - gettext('When disabled, only the selected Encryption Algorithm is allowedz.'), 'info', false), + gettext('When disabled, only the selected Encryption Algorithm is allowed.'), 'info', false), '
'); foreach (explode(",", $pconfig['ncp-ciphers']) as $cipher) { -- cgit v1.1