summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-06-27 16:57:43 +0200
committerWarren Baker <warren@decoy.co.za>2011-06-27 16:57:43 +0200
commite4b9d53bd3be0b399af0d760fdbdf06a6eaa86bc (patch)
tree23d323c51a79a7c6fa88ac4bb9ff042a6c534d5f /usr/local/www/firewall_rules_edit.php
parentae26b02e74f466f1c0efaf86fae2fef54a1e60e5 (diff)
downloadpfsense-e4b9d53bd3be0b399af0d760fdbdf06a6eaa86bc.zip
pfsense-e4b9d53bd3be0b399af0d760fdbdf06a6eaa86bc.tar.gz
Be consistent with upper and lowercase.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-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 acebe3c..97493bf 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -639,7 +639,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Associated filter rule");?></td>
<td width="78%" class="vtable">
- <span class="red"><strong><?=gettext("NOTE: ");?></strong></span><?=gettext("This is associated to a NAT rule.");?><br />
+ <span class="red"><strong><?=gettext("Note: ");?></strong></span><?=gettext("This is associated to a NAT rule.");?><br />
<?=gettext("You cannot edit the interface, protocol, source, or destination of associated filter rules.");?><br />
<br />
<?php
@@ -1084,7 +1084,7 @@ include("head.inc");
<?=gettext("State Timeout in seconds");?>
</p>
- <p><strong><?=gettext("NOTE: Leave fields blank to disable that feature.");?></strong></p>
+ <p><strong><?=gettext("Note: Leave fields blank to disable that feature.");?></strong></p>
</div>
</td>
</tr>
@@ -1142,7 +1142,7 @@ include("head.inc");
<option value="sloppy state" <?php if($pconfig['statetype'] == "sloppy state") echo "selected"; ?>><?=gettext("sloppy state");?></option>
<option value="synproxy state"<?php if($pconfig['statetype'] == "synproxy state") echo "selected"; ?>><?=gettext("synproxy state");?></option>
<option value="none"<?php if($pconfig['statetype'] == "none") echo "selected"; ?>><?=gettext("none");?></option>
- </select><br><?=gettext("HINT: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.");?>
+ </select><br><?=gettext("Hint: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.");?>
<p>
<table width="90%">
<tr><td width="25%"><ul><li><?=gettext("keep state");?></li></ul></td><td><?=gettext("Works with all IP protocols.");?></td></tr>
@@ -1162,7 +1162,7 @@ include("head.inc");
</div>
<div id="shownoxmlrpcadv" <?php if (empty($pconfig['nosync'])) echo "style='display:none'"; ?>>
<input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
- <?=gettext("HINT: This prevents the rule from automatically syncing to other CARP members.");?>
+ <?=gettext("Hint: This prevents the rule from automatically syncing to other CARP members.");?>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud