summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-04-05 17:39:13 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-04-05 17:39:13 +0545
commitfc6e0fbfd6fb98133f263d3070f27bf7bc73b618 (patch)
tree4b263583bfa55bb7afbbea2027d8818545b1a220 /usr/local/www/services_unbound_acls.php
parent4ed3cc97eb8e99d2e780236939d638fd333836bb (diff)
downloadpfsense-fc6e0fbfd6fb98133f263d3070f27bf7bc73b618.zip
pfsense-fc6e0fbfd6fb98133f263d3070f27bf7bc73b618.tar.gz
Was looking at what is coming in new builds and noticed a couple of typos and small point of English grammar, so thought it worth 5 minutes to update it.
Diffstat (limited to 'usr/local/www/services_unbound_acls.php')
-rw-r--r--usr/local/www/services_unbound_acls.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index 51627a0..85ed71b 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -170,7 +170,7 @@ if ($savemsg)
print_info_box($savemsg);
if (is_subsystem_dirty("unbound"))
- print_info_box_np(gettext("The settings for the DNS Resolver has changed. You must apply the configuration to take affect."));
+ print_info_box_np(gettext("The settings for the DNS Resolver have changed. You must apply the configuration to take affect."));
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
@@ -220,10 +220,10 @@ if (is_subsystem_dirty("unbound"))
<br/>
<span class="vexpl">
<?=gettext("Choose what to do with DNS requests that match the criteria specified below.");?> <br/>
- <?=gettext("<b>Deny:</b> This actions stops queries from hosts within the netblock defined below.");?> <br/>
- <?=gettext("<b>Refuse:</b> This actions also stops queries from hosts within the netblock defined below, but sends back DNS rcode REFUSED error message back tot eh client.");?> <br/>
- <?=gettext("<b>Allow:</b> This actions allows queries from hosts within the netblock defined below.");?> <br/>
- <?=gettext("<b>Allow Snoop:</b> This actions allows recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.");?> <br/>
+ <?=gettext("<b>Deny:</b> This action stops queries from hosts within the netblock defined below.");?> <br/>
+ <?=gettext("<b>Refuse:</b> This action also stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.");?> <br/>
+ <?=gettext("<b>Allow:</b> This action allows queries from hosts within the netblock defined below.");?> <br/>
+ <?=gettext("<b>Allow Snoop:</b> This action allows recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.");?> <br/>
</span>
</td>
</tr>
OpenPOWER on IntegriCloud