diff options
author | jim-p <jimp@pfsense.org> | 2011-02-21 16:44:59 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-02-21 16:45:25 -0500 |
commit | 95938fae08add39dabf08fe0b15eaddec5fca7ee (patch) | |
tree | 4c57a752402b5a4104141e7283a2b2e28f8385e4 /usr/local/www | |
parent | 4661598e4cb1681ce2acf2bde9f1ede1998bcc2b (diff) | |
download | pfsense-95938fae08add39dabf08fe0b15eaddec5fca7ee.zip pfsense-95938fae08add39dabf08fe0b15eaddec5fca7ee.tar.gz |
Fix typo/spacing issue. Resolves #1300
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
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> |