summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorderelict-pf <cjlinst+pf@gmail.com>2014-10-31 14:55:14 -0700
committerderelict-pf <cjlinst+pf@gmail.com>2014-10-31 14:55:14 -0700
commit162a7b4edfbb45107cbf33da96945c62c6606dc3 (patch)
tree9b2b254b2710b4b063323468c15ece6dc467f470 /usr/local/www/firewall_rules_edit.php
parent928dc66a4341eeb7d84d79d7a331462107863170 (diff)
downloadpfsense-162a7b4edfbb45107cbf33da96945c62c6606dc3.zip
pfsense-162a7b4edfbb45107cbf33da96945c62c6606dc3.tar.gz
s/then/than/
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rw-r--r--usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index e65fc81..a2f7865 100644
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -275,7 +275,7 @@ if ($_POST) {
if (($_POST['proto'] != "tcp") && ($_POST['proto'] != "udp") && ($_POST['proto'] != "tcp/udp") && ($_POST['proto'] != "icmp")) {
if($_POST['ipprotocol'] == "inet46")
- $input_errors[] = gettext("You can not assign a protocol other then ICMP, TCP, UDP or TCP/UDP to a rule that applies to IPv4 and IPv6");
+ $input_errors[] = gettext("You can not assign a protocol other than ICMP, TCP, UDP or TCP/UDP to a rule that applies to IPv4 and IPv6");
}
if (($_POST['proto'] == "icmp") && ($_POST['icmptype'] <> "")){
if($_POST['ipprotocol'] == "inet46")
OpenPOWER on IntegriCloud