summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-08-30 12:50:13 -0400
committerjim-p <jimp@pfsense.org>2010-08-30 12:50:13 -0400
commit44c7cce5f93a1ab0cddbb547c06fdff4d797a2d4 (patch)
tree9037067646f77d5e89a3e58765c1690da4171ad7 /usr
parentb0b6d5754fe5c313f4c83b18dabf2cff1310dea3 (diff)
downloadpfsense-44c7cce5f93a1ab0cddbb547c06fdff4d797a2d4.zip
pfsense-44c7cce5f93a1ab0cddbb547c06fdff4d797a2d4.tar.gz
Fix gettext mishap/typo. Cosmetic only. Fixes #857
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 3cc5bad..34cfc5d 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -854,7 +854,7 @@ include("head.inc");
</tr>
</table>
<br />
- <span class="vexpl"><?=gettext("Specify the source port or port range for this rule."); ?> <b><?=gettext("This is usually"); ?> <em><?=gettext("random"); ?></em> <?=gettext("and almost never equal to the destination port range (and should usually be"); ?> &quot;<?=gettext("any"); ?>&quot;).</b>")."<br />".<?=gettext("Hint: you can leave the"); ?> <em><?=gettext("\"to\""); ?></em> <?=gettext("field empty if you only want to filter a single port.");?></span><br/>
+ <span class="vexpl"><?=gettext("Specify the source port or port range for this rule."); ?> <b><?=gettext("This is usually"); ?> <em><?=gettext("random"); ?></em> <?=gettext("and almost never equal to the destination port range (and should usually be"); ?> &quot;<?=gettext("any"); ?>&quot;</b>).<br />.<?=gettext("Hint: you can leave the"); ?> <em><?=gettext("\"to\""); ?></em> <?=gettext("field empty if you only want to filter a single port.");?></span><br/>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud