summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-08-17 22:28:11 -0400
committerChris Buechler <cmb@pfsense.org>2011-08-17 22:28:51 -0400
commit356274920c29412ac375535a991b913dbf4b9a19 (patch)
tree7951292c4d56f9936a7f09706f782985cb658d63 /usr/local/www
parente1b068d70b8843c19f5e75c507d2db43c491913b (diff)
downloadpfsense-356274920c29412ac375535a991b913dbf4b9a19.zip
pfsense-356274920c29412ac375535a991b913dbf4b9a19.tar.gz
fix text
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/system_advanced_misc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 5c82146..b47fb75 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -401,12 +401,12 @@ function maxmss_checked(obj) {
<td colspan="2" valign="top" class="listtopic"><?=gettext("DNS Forwarder"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Localhost"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Localhost inclusion"); ?></td>
<td width="78%" class="vtable">
<input name="dnslocalhost" type="checkbox" id="dnslocalhost" value="yes" <?php if ($pconfig['dnslocalhost']) echo "checked"; ?> />
<br />
- <?=gettext("By default localhost(127.0.0.1) will be used as the first dns server. ".
- "This option allows to override this setting by not including localhost in the list of dns servers."); ?>
+ <?=gettext("By default localhost (127.0.0.1) will be used as the first DNS server where the DNS forwarder is enabled, so this system uses the DNS forwarder to perform lookups. ".
+ "Checking this box omits localhost from the list of DNS servers."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud