mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
gettext cannot deal with string concatenation
This commit is contained in:
parent
f6c2ad64c9
commit
c8aa6bdd94
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user