summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-16 17:09:29 +0000
committerErmal <eri@pfsense.org>2010-09-16 17:09:29 +0000
commit5657aa95e591c97170976eb755b0b722657ff1f8 (patch)
treec3880d0d75cd091667ac251949f3242be637c3a3 /usr/local/www/system_gateways_edit.php
parent6c4988f7f89a4e3cecf4435178c39c62daafcc1c (diff)
downloadpfsense-5657aa95e591c97170976eb755b0b722657ff1f8.zip
pfsense-5657aa95e591c97170976eb755b0b722657ff1f8.tar.gz
Fix gettext! Needed here?!
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php2
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);
OpenPOWER on IntegriCloud