diff options
author | N0YB <Al_Stu@Frontier.com> | 2013-08-05 00:14:30 -0700 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2013-08-05 11:07:16 +0200 |
commit | 61ca05e2308e7902a3ca7fb2894b0329734f4ebf (patch) | |
tree | a96a6083d365de81895621047ac2cceb2af0e692 /usr | |
parent | 9eee0a15947fb714791a3118fa6215e63fa2d24f (diff) | |
download | pfsense-61ca05e2308e7902a3ca7fb2894b0329734f4ebf.zip pfsense-61ca05e2308e7902a3ca7fb2894b0329734f4ebf.tar.gz |
Update interfaces.php
fix text - Capitalize sentence. s/this/This
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 19ed709..62931cd 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1940,7 +1940,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), <input name="dhcprejectfrom" type="text" class="formfld unknown" id="dhcprejectfrom" size="20" value="<?=htmlspecialchars($pconfig['dhcprejectfrom']);?>" /> <br/> <?=gettext("If there is a certain upstream DHCP server that should be ignored, place the IP address or subnet of the DHCP server to be ignored here."); ?> - <?=gettext("this is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync."); ?> + <?=gettext("This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync."); ?> </td> </tr> |