summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-30 10:01:34 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-30 10:02:10 -0300
commitf49a012cf870a048a18df9f4bf0943c3d820c5b4 (patch)
treef446d394917ba144d022f1aa94bbe28a0cab1edf /usr/local/www/system.php
parent5b1dcebf9c97aa208c8fcd84959d4c65dc7a36a8 (diff)
downloadpfsense-f49a012cf870a048a18df9f4bf0943c3d820c5b4.zip
pfsense-f49a012cf870a048a18df9f4bf0943c3d820c5b4.tar.gz
gettext fixes
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