summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-07-18 20:32:54 +0200
committerRenato Botelho <renato@netgate.com>2015-07-19 08:07:26 -0300
commitf9e30314cb88161e06bb155dec14e1e15b89b342 (patch)
tree38ce73df924c8d17fd1b2974cf2e9be07811654d
parent2d6713ef46889bbf53a6b036f14e12eb6d005d8c (diff)
downloadpfsense-f9e30314cb88161e06bb155dec14e1e15b89b342.zip
pfsense-f9e30314cb88161e06bb155dec14e1e15b89b342.tar.gz
Bug #4551 - consistent usage of Forwarder/Resolver across the WebGUI
Clarify that this applies to DNS Resolver as well.
-rw-r--r--usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 5202112..e313aba 100644
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -409,7 +409,7 @@ include("head.inc");
<br />
<input name="dnslocalhost" type="checkbox" id="dnslocalhost" value="yes" <?php if ($pconfig['dnslocalhost']) echo "checked=\"checked\""; ?> />
<strong>
- <?=gettext("Do not use the DNS Forwarder as a DNS server for the firewall"); ?>
+ <?=gettext("Do not use the DNS Forwarder or Resolver as a DNS server for the firewall"); ?>
</strong>
<br />
<?=gettext("By default localhost (127.0.0.1) will be used as the first DNS server where the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, so system can use the local DNS service to perform lookups. ".
OpenPOWER on IntegriCloud