summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-21 00:04:14 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-21 00:04:14 -0500
commit29adf437918346b18d7cfa9203d4603ccf2e06e1 (patch)
tree2b113a5f231a21dc3b069f8c428bbfe1cfe9add0
parent29e6e88b80bf30fc4245485c0d8cdef66d95b410 (diff)
downloadpfsense-29adf437918346b18d7cfa9203d4603ccf2e06e1.zip
pfsense-29adf437918346b18d7cfa9203d4603ccf2e06e1.tar.gz
clean up text
-rwxr-xr-xusr/local/www/firewall_rules_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 31cc90e..f442cec 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -964,8 +964,8 @@ include("head.inc");
<br /><span class="vexpl"><?=gettext("You can match packet on a mark placed before on another rule.")?>
</span> <p>
<input name="max" id="max" value="<?php echo $pconfig['max'] ?>"><br> Maximum state entries this rule can create<p>
- <input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br> Maximum number of unique source host<p>
- <input name="max-src-conn" id="max-src-conn" value="<?php echo $pconfig['max-src-conn'] ?>"><br> Maximum number of established TCP connections per host<p>
+ <input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br> Maximum number of unique source hosts<p>
+ <input name="max-src-conn" id="max-src-conn" value="<?php echo $pconfig['max-src-conn'] ?>"><br> Maximum number of established connections per host<p>
<input name="max-src-states" id="max-src-states" value="<?php echo $pconfig['max-src-states'] ?>"><br> Maximum state entries per host<p>
<input name="max-src-conn-rate" id="max-src-conn-rate" value="<?php echo $pconfig['max-src-conn-rate'] ?>"> /
<select name="max-src-conn-rates" id="max-src-conn-rates">
@@ -975,14 +975,14 @@ include("head.inc");
echo "<option value=\"{$x}\"{$selected}>{$x}</option>\n";
} ?>
</select><br />
- Maximum new connections / per second
+ Maximum new connections / per second(s)
<p>
<input name="statetimeout" value="<?php echo $pconfig['statetimeout'] ?>"><br>
State Timeout in seconds
<p />
- <p><strong>NOTE: Leave these fields blank to disable this feature.</strong>
+ <p><strong>NOTE: Leave fields blank to disable that feature.</strong>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud