Revision 44c7cce5
Added by Jim Pingle almost 15 years ago
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
854 | 854 |
</tr> |
855 | 855 |
</table> |
856 | 856 |
<br /> |
857 |
<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"); ?> "<?=gettext("any"); ?>").</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/>
|
|
857 |
<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"); ?> "<?=gettext("any"); ?>"</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/>
|
|
858 | 858 |
</td> |
859 | 859 |
</tr> |
860 | 860 |
<tr> |
Also available in: Unified diff
Fix gettext mishap/typo. Cosmetic only. Fixes #857