summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_domainoverride_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-15 17:24:19 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-15 17:24:19 -0300
commit9737abfb37bc9b219e55672e36db5f8d4f7b7780 (patch)
treec49d7214463ba821b597a6d0ff17bb49fd3f149b /usr/local/www/services_dnsmasq_domainoverride_edit.php
parent619c72f9ac7ef13659fa2767a4b4f7c33a37a341 (diff)
downloadpfsense-9737abfb37bc9b219e55672e36db5f8d4f7b7780.zip
pfsense-9737abfb37bc9b219e55672e36db5f8d4f7b7780.tar.gz
Corrections gettext implementation on services_dnsmasq_domainoverride_edit.php
Diffstat (limited to 'usr/local/www/services_dnsmasq_domainoverride_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_domainoverride_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php
index 32b82ad..e55b6ee 100755
--- a/usr/local/www/services_dnsmasq_domainoverride_edit.php
+++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php
@@ -107,15 +107,15 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq"><?=gettext("Domain");?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="domain" type="text" class="formfld unknown" id="domain" size="40" value="<?=htmlspecialchars($pconfig['domain']);?>">
- <br> <span class="vexpl"><?=gettext("Domain to override (NOTE: this does not have to be a valid TLD!)<br>".
- " e.g. <em>test</em>");?></span></td>
+ <br> <span class="vexpl"><?=gettext("Domain to override (NOTE: this does not have to be a valid TLD!)"); ?><br>
+ <?=gettext("e.g."); ?> <em><?=gettext("test"); ?></em></span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("IP address");?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="ip" type="text" class="formfld unknown" id="ip" size="40" value="<?=htmlspecialchars($pconfig['ip']);?>">
- <br> <span class="vexpl"><?=gettext("IP address of the authoritative DNS server for this domain<br>".
- " e.g. <em>192.168.100.100</em>");?></span></td>
+ <br> <span class="vexpl"><?=gettext("IP address of the authoritative DNS server for this domain"); ?><br>
+ <?=gettext("e.g."); ?> <em>192.168.100.100</em></span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Description");?></td>
OpenPOWER on IntegriCloud