summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-30 14:23:26 -0400
committerjim-p <jimp@pfsense.org>2011-08-30 14:23:26 -0400
commit1bad72286db810355497c3f0ef87f61cd0376bf3 (patch)
treebaa8ff7efd9f494db1ef88a88e4b822c2189048e
parent37412b2faef50f9778796bf4da1d83a27b9f628f (diff)
downloadpfsense-1bad72286db810355497c3f0ef87f61cd0376bf3.zip
pfsense-1bad72286db810355497c3f0ef87f61cd0376bf3.tar.gz
Clarify text
-rwxr-xr-xusr/local/www/system.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 0f4ef47..2e7bc80 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -325,13 +325,13 @@ include("head.inc");
</table>
<br>
<span class="vexpl">
- <?=gettext("IP addresses: these are also used for the DHCP " .
- "service, DNS forwarder and for PPTP VPN clients."); ?>
+ <?=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): ?>
<br/>
- <?=gettext("In addition, select the gateway for each DNS server. " .
- "You should have a unique DNS server per gateway."); ?>
+ <?=gettext("In addition, optionally select the gateway for each DNS server. " .
+ "When using multiple WAN connections there should be at least one unique DNS server per gateway."); ?>
<br/>
<?php endif; ?>
<br/>
OpenPOWER on IntegriCloud