summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-02-21 16:44:59 -0500
committerjim-p <jimp@pfsense.org>2011-02-21 16:45:25 -0500
commit95938fae08add39dabf08fe0b15eaddec5fca7ee (patch)
tree4c57a752402b5a4104141e7283a2b2e28f8385e4 /usr
parent4661598e4cb1681ce2acf2bde9f1ede1998bcc2b (diff)
downloadpfsense-95938fae08add39dabf08fe0b15eaddec5fca7ee.zip
pfsense-95938fae08add39dabf08fe0b15eaddec5fca7ee.tar.gz
Fix typo/spacing issue. Resolves #1300
Diffstat (limited to 'usr')
-rwxr-xr-xusr/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 8925842..679e6ca 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1127,7 +1127,7 @@ include("head.inc");
<br/><center>
<input onClick='tcpflags_anyclick(this);' type='checkbox' name='tcpflags_any' value='on' <?php if ($pconfig['tcpflags_any']) echo "checked"; ?>><strong><?=gettext("Any flags.");?></strong><br/></center>
<br/>
- <span class="vexpl"><?=gettext("Use this to choose TCP flags that must".
+ <span class="vexpl"><?=gettext("Use this to choose TCP flags that must ".
"be set or cleared for this rule to match.");?></span>
</div>
</td>
OpenPOWER on IntegriCloud