diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-03-05 15:31:14 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-03-05 15:31:14 +0545 |
commit | 5f5bd76b193efe545004d00ef9c7027f6d71dfc8 (patch) | |
tree | 41d1f699235ef0a9316442800fc09109980078cf /usr/local | |
parent | 4560c2d196e8f89a15098290a76255bae81d941e (diff) | |
download | pfsense-5f5bd76b193efe545004d00ef9c7027f6d71dfc8.zip pfsense-5f5bd76b193efe545004d00ef9c7027f6d71dfc8.tar.gz |
DNS Forwarder example text
It was a bit silly putting the examples inside gettext() calls - they should not be translated to other languages in this context. And I made it a "localdomain" example, to match the pfSense wizard default name.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/services_dnsmasq_domainoverride_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php index 9f26c8a..52714c9 100755 --- a/usr/local/www/services_dnsmasq_domainoverride_edit.php +++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php @@ -131,7 +131,7 @@ include("head.inc"); <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> - <?=gettext("e.g."); ?> <em><?=gettext("test"); ?></em> <?=gettext("or"); ?> <em><?=gettext("mycompany.local"); ?></em> <?=gettext("or"); ?> <em><?=gettext("1.168.192.in-addr.arpa"); ?></em> </span></td> + <?=gettext("e.g."); ?> <em><?=gettext("test"); ?></em> <?=gettext("or"); ?> <em>mycompany.localdomain</em> <?=gettext("or"); ?> <em>1.168.192.in-addr.arpa</em> </span></td> </tr> <tr> <td width="22%" valign="top" class="vncellreq"><?=gettext("IP address");?></td> |