summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-29 02:04:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-29 02:04:02 +0000
commit091ac3055bf14d46e379e7b9459023e572fade1d (patch)
tree9ad6a4d977e6aec67f3b721c034479436ed26ece /usr
parent386d9df5f55eb4b78cbff72ff6a59650c496b479 (diff)
downloadpfsense-091ac3055bf14d46e379e7b9459023e572fade1d.zip
pfsense-091ac3055bf14d46e379e7b9459023e572fade1d.tar.gz
Make all occurances of Note uniform
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index fd9a57d..e95cdfd 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -539,7 +539,7 @@ function update_description(itemnum) {
<td width="78%" class="vtable">
<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)">
<strong>Disable the firewalls filter altogether.</strong><br>
- <span class="vexpl">NOTE! This basically converts pfSense into a routing only platform!</span></td>
+ <span class="vexpl">Note: This basically converts pfSense into a routing only platform!</span></td>
</tr>
<tr>
@@ -547,7 +547,7 @@ function update_description(itemnum) {
<td width="78%" class="vtable">
<input name="maximumstates" type="input" id="maximumstates" value="<?php echo $pconfig['maximumstates']; ?>" onclick="enable_change(false)"><br>
<strong>Maximum number of connections to hold in the firewall state table.</strong><br>
- <span class="vexpl">NOTE! Leave this blank for the default of 10000</span></td>
+ <span class="vexpl">Note: Leave this blank for the default of 10000</span></td>
</tr>
<tr>
OpenPOWER on IntegriCloud