summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-20 10:44:34 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-20 10:44:34 -0300
commita4510ca090c0360d8794ee1c3b98772931f8f060 (patch)
tree93265b6823d2c5f19779f04fc4c509fd4bcaa1a2 /usr
parentbff079e836beebd6e971a5157b35cc78791e01db (diff)
downloadpfsense-a4510ca090c0360d8794ee1c3b98772931f8f060.zip
pfsense-a4510ca090c0360d8794ee1c3b98772931f8f060.tar.gz
Corrections gettext implementation on services_dhcp.php
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_dhcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 95d3c06..9025865 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -113,7 +113,7 @@ if($config['installedpackages']['olsrd']) {
}
if (!$_GET['if'])
- $savemsg = "<b> . "gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".<p>" . gettext("Only interfaces configured with a static IP will be shown") . ".</p></b>");
+ $savemsg = "<b>" . gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".<p>" . gettext("Only interfaces configured with a static IP will be shown") . ".</p></b>";
$iflist = get_configured_interface_with_descr();
@@ -802,7 +802,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%"> <p><span class="vexpl"><span class="red"><strong><?=gettext("Note");?>:<br>
- </strong></span><?php printf(gettext("The DNS servers entered in"); ?><a href="system.php">System:
+ </strong></span><?=gettext("The DNS servers entered in"); ?><a href="system.php">System:
General setup</a> <?=gettext("(or the"); ?> <a href="services_dnsmasq.php"><?=gettext("DNS"); ?>
forwarder</a>, <?=gettext("if enabled)"); ?> </span><span class="vexpl"><?=gettext("will " .
"be assigned to clients by the DHCP server"); ?>.<br>
OpenPOWER on IntegriCloud