gettext cannot deal with string concatenation

This commit is contained in:
Renato Botelho 2010-04-30 08:05:50 -03:00
parent f6c2ad64c9
commit c8aa6bdd94

View File

@ -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>