summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-30 08:05:50 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-30 08:05:50 -0300
commitc8aa6bdd949b2b7174693390d2ddfcead01e7f9b (patch)
tree930a6ae782f1b5267ec0916e249b25ed50f33868 /usr/local/www/system.php
parentf6c2ad64c96dfa822d9bbb6ee123df8f459bd220 (diff)
downloadpfsense-c8aa6bdd949b2b7174693390d2ddfcead01e7f9b.zip
pfsense-c8aa6bdd949b2b7174693390d2ddfcead01e7f9b.tar.gz
gettext cannot deal with string concatenation
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 b03a9e1..1a3ef46 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