summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 1a3ef46..f63b9eb 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -334,11 +334,11 @@ include("head.inc");
<?=gettext("Allow DNS server list to be overridden by DHCP/PPP on WAN"); ?>
</strong>
<br/>
- <?php sprintf(gettext("If this option is set, '%s' will
- use DNS servers assigned by a DHCP/PPP server on WAN
- for its own purposes (including the DNS forwarder).
- However, they will not be assigned to DHCP and PPTP
- VPN clients."), $g['product_name']); ?>
+ <?php sprintf(gettext("If this option is set, '%s' will " .
+ "use DNS servers assigned by a DHCP/PPP server on WAN " .
+ "for its own purposes (including the DNS forwarder). " .
+ "However, they will not be assigned to DHCP and PPTP " .
+ "VPN clients."), $g['product_name']); ?>
</span>
</p>
</td>
OpenPOWER on IntegriCloud