diff options
author | Ermal <eri@pfsense.org> | 2010-09-16 17:09:29 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-09-16 17:09:29 +0000 |
commit | 5657aa95e591c97170976eb755b0b722657ff1f8 (patch) | |
tree | c3880d0d75cd091667ac251949f3242be637c3a3 /usr/local/www/system_gateways_edit.php | |
parent | 6c4988f7f89a4e3cecf4435178c39c62daafcc1c (diff) | |
download | pfsense-5657aa95e591c97170976eb755b0b722657ff1f8.zip pfsense-5657aa95e591c97170976eb755b0b722657ff1f8.tar.gz |
Fix gettext! Needed here?!
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-x | usr/local/www/system_gateways_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php index 159444a..cec34da 100755 --- a/usr/local/www/system_gateways_edit.php +++ b/usr/local/www/system_gateways_edit.php @@ -92,7 +92,7 @@ if ($_POST) { /* input validation */ $reqdfields = explode(" ", "name interface"); - $reqdfieldsn = array(gettext("Name", "Interface")); + $reqdfieldsn = array(gettext("Name"), gettext("Interface")); do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors); |