summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-05 22:12:32 -0600
committerChris Buechler <cmb@pfsense.org>2015-03-05 22:12:32 -0600
commitf54229df8cb7d80f0da888dd04001e732470b1d0 (patch)
tree786d49826bb9d9a5c78c55d4efdcd35bf59086f4 /usr/local/www/firewall_rules_edit.php
parent879d59d88a25e85cae5b9b117888b3f231cdbaf7 (diff)
downloadpfsense-f54229df8cb7d80f0da888dd04001e732470b1d0.zip
pfsense-f54229df8cb7d80f0da888dd04001e732470b1d0.tar.gz
fix up text
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rw-r--r--usr/local/www/firewall_rules_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 37a694c..24be80d 100644
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -379,7 +379,7 @@ if ($_POST) {
if($_POST['statetype'] == "modulate state" or $_POST['statetype'] == "synproxy state") {
if( $_POST['proto'] != "tcp" )
- $input_errors[] = sprintf(gettext("%s is only valid with protocol tcp."),$_POST['statetype']);
+ $input_errors[] = sprintf(gettext("%s is only valid with protocol TCP."),$_POST['statetype']);
if(($_POST['statetype'] == "synproxy state") && ($_POST['gateway'] != ""))
$input_errors[] = sprintf(gettext("%s is only valid if the gateway is set to 'default'."),$_POST['statetype']);
}
@@ -492,7 +492,7 @@ if ($_POST) {
}
if ($_POST['os']) {
if( $_POST['proto'] != "tcp" )
- $input_errors[] = gettext("OS detection is only valid with protocol tcp.");
+ $input_errors[] = gettext("OS detection is only valid with protocol TCP.");
if (!in_array($_POST['os'], $ostypes))
$input_errors[] = gettext("Invalid OS detection selection. Please select a valid OS.");
}
OpenPOWER on IntegriCloud