diff options
author | Warren Baker <warren@decoy.co.za> | 2013-08-05 19:07:09 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2013-10-07 19:36:11 +0200 |
commit | 7add9de03a68aa920a35672cdaa3d5e1691ffc98 (patch) | |
tree | 48f9b46a9261c007f19135db8fecc3bd8b1f52ad | |
parent | 49e60fa6841fcd09a4be3452b7a18f0ba078972d (diff) | |
download | pfsense-7add9de03a68aa920a35672cdaa3d5e1691ffc98.zip pfsense-7add9de03a68aa920a35672cdaa3d5e1691ffc98.tar.gz |
fix text - add space between sentences. This got lost in another commit
-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 2e7bc80..ec5e1b4 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -325,7 +325,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): ?> |