interfaces: tweak wording; closes #854

This commit is contained in:
Franco Fichtner 2016-03-24 07:17:07 +01:00
parent 0d178ee5fe
commit b6f15f32bf

View File

@ -1726,9 +1726,9 @@ include("head.inc");
<input name="blockpriv" type="checkbox" id="blockpriv" value="yes" <?=!empty($pconfig['blockpriv']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_blockpriv">
<?=gettext("When set, this option blocks traffic from IP addresses that are reserved " .
"for private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as loopback addresses (127/8)."); ?>&nbsp;&nbsp; <?=gettext("You should generally " .
"leave this option turned on, unless your WAN network lies in such " .
"a private address space, too."); ?>
"for private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as loopback " .
"addresses (127/8). This option should only be set for WAN type interfaces that use " .
"public IP address space.");?>
</div>
</td>
</tr>