diff options
author | N0YB <Al_Stu@Frontier.com> | 2013-08-05 00:02:23 -0700 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2013-08-05 11:07:19 +0200 |
commit | 9191b2f6d1227a81524c47b4fae6d5b383a26b21 (patch) | |
tree | dd1d94380316944b608d45a0bbb39beeb082506e /usr | |
parent | 61ca05e2308e7902a3ca7fb2894b0329734f4ebf (diff) | |
download | pfsense-9191b2f6d1227a81524c47b4fae6d5b383a26b21.zip pfsense-9191b2f6d1227a81524c47b4fae6d5b383a26b21.tar.gz |
Update system.php
fix text - add space between sentences.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php index aebe82b..76e3c99 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -331,7 +331,7 @@ include("head.inc"); </table> <br /> <span class="vexpl"> - <?=gettext("Enter IP addresses to by used by the system for DNS resolution." . + <?=gettext("Enter IP addresses to by used by the system for DNS resolution. " . "These are also used for the DHCP service, DNS forwarder and for PPTP VPN clients."); ?> <br/> <?php if($multiwan): ?> |