summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-02-09 22:34:00 -0600
committerChris Buechler <cmb@pfsense.org>2015-02-09 22:34:14 -0600
commit5ece44f7ab568c013e6cf511acdd32156ed8e8b2 (patch)
tree1752d4e9a204fee341515293de232d2d4afc5a3d /usr/local/www/services_unbound_advanced.php
parentccdaaec6e49070e54f4a7f3950f1088de7e3ef35 (diff)
downloadpfsense-5ece44f7ab568c013e6cf511acdd32156ed8e8b2.zip
pfsense-5ece44f7ab568c013e6cf511acdd32156ed8e8b2.tar.gz
touch up Unbound text
Diffstat (limited to 'usr/local/www/services_unbound_advanced.php')
-rw-r--r--usr/local/www/services_unbound_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_unbound_advanced.php b/usr/local/www/services_unbound_advanced.php
index e560d1e..0bd7bfc 100644
--- a/usr/local/www/services_unbound_advanced.php
+++ b/usr/local/www/services_unbound_advanced.php
@@ -254,14 +254,14 @@ include_once("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Prefetch DNS Key Support");?></td>
<td width="78%" class="vtable">
<input name="prefetchkey" type="checkbox" id="prefetchkey" value="yes" <?php if (isset($pconfig['prefetchkey'])) echo "checked=\"checked\"";?> /><br />
- <?=sprintf(gettext("DNSKEY's are fetched earlier in the validation process when a %sDelegation signer%s is encountered. This helps lower the latency of requests but does utilize a little more CPU."), "<a href='http://en.wikipedia.org/wiki/List_of_DNS_record_types'>", "</a>");?>
+ <?=sprintf(gettext("DNSKEYs are fetched earlier in the validation process when a %sDelegation signer%s is encountered. This helps lower the latency of requests but does utilize a little more CPU."), "<a href='http://en.wikipedia.org/wiki/List_of_DNS_record_types'>", "</a>");?>
</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Harden Glue");?></td>
<td width="78%" class="vtable">
<input name="hardenglue" type="checkbox" id="hardenglue" value="yes" <?php if (isset($pconfig['hardenglue'])) echo "checked=\"checked\"";?> /><br />
- <?=gettext("Only trust glue if it is within the servers authority.");?>
+ <?=gettext("Only trust glue if it is within the server's authority.");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud