summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-26 07:35:07 -0200
committerRenato Botelho <renato@netgate.com>2015-10-26 07:35:07 -0200
commit2167f9a4fdb036900f35ff2ee6ceff167cb0a6f6 (patch)
treef3776062e07825d8bf5ef9b1e5e6a3360cbadcde
parent5d6dde8af7288b2b7f4c34679ac027865d16ae0a (diff)
parent139cc9df98de045e9e54400eed2e757fac747a8e (diff)
downloadpfsense-2167f9a4fdb036900f35ff2ee6ceff167cb0a6f6.zip
pfsense-2167f9a4fdb036900f35ff2ee6ceff167cb0a6f6.tar.gz
Merge pull request #1984 from phil-davis/patch-4
-rw-r--r--usr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 96d7a7b..eac4b5d 100644
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -78,7 +78,7 @@ if ($_POST['apply']) {
}
}
-if (isset($_POST['save']) && $_POST['save'] == "Save") {
+if (isset($_POST['save']) && $_POST['save'] == gettext("Save")) {
/* mutually exclusive settings - if user wants advanced NAT, we don't generate automatic rules */
if ($_POST['mode'] == "advanced" && ($mode == "automatic" || $mode == "hybrid")) {
/*
OpenPOWER on IntegriCloud