summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-04-05 05:18:36 -0700
committerWarren Baker <warren@decoy.co.za>2012-04-05 05:18:36 -0700
commit830a82e77dabd62feed264f778c1d2da9f9bf944 (patch)
treed3fe06a30f3d83adc430e33f298653195779c6bf /usr
parent8314e2a3db7ede85595791d60406ad18a6ee1574 (diff)
parent72049148802856b9ccb12259d3ad6c904b0085c8 (diff)
downloadpfsense-830a82e77dabd62feed264f778c1d2da9f9bf944.zip
pfsense-830a82e77dabd62feed264f778c1d2da9f9bf944.tar.gz
Merge pull request #73 from phil-davis/master
Minor text typo fixes to recent unbound file commits
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_unbound_acls.php10
-rw-r--r--usr/local/www/services_unbound_advanced.php2
2 files changed, 6 insertions, 6 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>
diff --git a/usr/local/www/services_unbound_advanced.php b/usr/local/www/services_unbound_advanced.php
index f9f1a22..bc5de70 100644
--- a/usr/local/www/services_unbound_advanced.php
+++ b/usr/local/www/services_unbound_advanced.php
@@ -166,7 +166,7 @@ function show_advanced_dns() {
<td width="22%" valign="top" class="vncell"><?=gettext("Harden DNSSEC data");?></td>
<td width="78%" class="vtable">
<p><input name="enable" type="checkbox" id="dnssecstripped" value="yes" <?php if ($pconfig['dnssecstripped'] == "yes") echo "checked";?> onClick="enable_change(false)"><br/>
- <?=gettext("DNSSEC data is required for trust-anchored zones. If usch data is absent, the zone becomes bogus. If this is disabled and no DNSSEC data is received, then the zone is made insecure.");?></p>
+ <?=gettext("DNSSEC data is required for trust-anchored zones. If such data is absent, the zone becomes bogus. If this is disabled and no DNSSEC data is received, then the zone is made insecure.");?></p>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud