diff options
author | N0YB <Al_Stu@Frontier.com> | 2013-08-05 00:14:30 -0700 |
---|---|---|
committer | N0YB <Al_Stu@Frontier.com> | 2013-08-05 00:14:30 -0700 |
commit | 823bcb15afef202729e7b695706a236a1c51f740 (patch) | |
tree | 507e1c0e331f8d10abd49bf0c982dbd724823db9 /usr | |
parent | 19b4f2c54a3dd569e67087daee8284bc3c63ea75 (diff) | |
download | pfsense-823bcb15afef202729e7b695706a236a1c51f740.zip pfsense-823bcb15afef202729e7b695706a236a1c51f740.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 029cc91..30bfc1c 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1772,7 +1772,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> <tr> |