summaryrefslogtreecommitdiffstats
path: root/usr
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:11 -0400
commit2a5d416d8fa714e1d6ab6301d6dc4d40adcd6962 (patch)
treedc78375d285bc9471dc4eb482eb04cae444017e4 /usr
parente15e9c6b671a3a07063da769cb334d1570bd4365 (diff)
downloadpfsense-2a5d416d8fa714e1d6ab6301d6dc4d40adcd6962.zip
pfsense-2a5d416d8fa714e1d6ab6301d6dc4d40adcd6962.tar.gz
fix text
Diffstat (limited to 'usr')
-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 eda90d6..1f1e42d 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