summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.php
diff options
context:
space:
mode:
authorRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-30 13:38:46 -0300
committerRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-30 13:38:46 -0300
commitf5dddbc9a32eb1f3dc3b5c44036e576a7c15eb71 (patch)
tree58f9192a30cf3ed4d0e83969af7ed11939faf7d8 /usr/local/www/vpn_ipsec_keys_edit.php
parent264d3291e1824725495f45bbd9e8b76c83b91513 (diff)
downloadpfsense-f5dddbc9a32eb1f3dc3b5c44036e576a7c15eb71.zip
pfsense-f5dddbc9a32eb1f3dc3b5c44036e576a7c15eb71.tar.gz
Corrections gettext() calls on vpn_ipsec_keys_edit.php
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys_edit.php')
-rw-r--r--usr/local/www/vpn_ipsec_keys_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index 8a76dd2..41908ca 100644
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -66,7 +66,7 @@ if ($_POST) {
/* input validation */
$reqdfields = explode(" ", "ident psk");
- $reqdfieldsn = array(gettext("Identifier,Pre-shared key"));
+ $reqdfieldsn = array(gettext("Identifier"),gettext("Pre-shared key"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
OpenPOWER on IntegriCloud