summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 16:10:13 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 16:10:13 -0300
commit29645da68de9779f653b4856af6dc19f22880130 (patch)
tree2d3a580ceceb5a893ca989ff5fb0361039aa6b7a /usr/local/www/system.php
parent6e707e771224bf48313cff8f54ffe5f62e145df4 (diff)
downloadpfsense-29645da68de9779f653b4856af6dc19f22880130.zip
pfsense-29645da68de9779f653b4856af6dc19f22880130.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 1e35dc8..0673601 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -319,12 +319,12 @@ include("head.inc");
</table>
<br>
<span class="vexpl">
- <?=gettext("IP addresses; these are also used for the DHCP " .
+ <?=gettext("IP addresses: these are also used for the DHCP " .
"service, DNS forwarder and for PPTP VPN clients."); ?>
<br/>
<?php if($multiwan): ?>
<br/>
- <?=gettext("In addition, select the gateway for each DNS server." .
+ <?=gettext("In addition, select the gateway for each DNS server. " .
"You should have a unique DNS server per gateway."); ?>
<br/>
<?php endif; ?>
@@ -335,11 +335,11 @@ include("head.inc");
"on WAN"); ?>
</strong>
<br/>
- <?= sprintf("If this option is set, '%s' will " .
+ <?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']); ?>
+ "VPN clients."), $g['product_name']); ?>
</span>
</p>
</td>
OpenPOWER on IntegriCloud