summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-01-30 09:10:59 +0200
committerWarren Baker <warren@decoy.co.za>2014-01-30 09:10:59 +0200
commit8e552911a4ad5da0c9ed5439f259f2f6ea9de9a3 (patch)
treed01717b541531037d2d1e6300d664c9be8a07632 /usr
parent8fccab671fdade6b67cba2b5523ae2591f1d7425 (diff)
downloadpfsense-8e552911a4ad5da0c9ed5439f259f2f6ea9de9a3.zip
pfsense-8e552911a4ad5da0c9ed5439f259f2f6ea9de9a3.tar.gz
Some grammer fixes spotted by Phil Davis
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_unbound.php2
-rw-r--r--usr/local/www/services_unbound_advanced.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index d8c3d0d..4b646f1 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -276,7 +276,7 @@ function show_advanced_dns() {
<div id="showadv" <?php if (empty($pconfig['custom_options'])) echo "style='display:none'"; ?>>
<strong><?=gettext("Advanced");?><br></strong>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=htmlspecialchars($pconfig['custom_options']);?></textarea><br/>
- <?=gettext("Enter any additional options you would like to add to the dnsmasq configuration here, separated by a space or newline"); ?><br/>
+ <?=gettext("Enter any additional options you would like to add to the DNS Resolver configuration here, separated by a space or newline"); ?><br/>
</div>
</p>
</td>
diff --git a/usr/local/www/services_unbound_advanced.php b/usr/local/www/services_unbound_advanced.php
index 608f1da..be348c4 100644
--- a/usr/local/www/services_unbound_advanced.php
+++ b/usr/local/www/services_unbound_advanced.php
@@ -343,7 +343,7 @@ function enable_change(enable_over) {
<option value="40000000">40 million</option>
<option value="50000000">50 million</option>
</select><br/>
- <?=gettext("If enabled, a total number of unwanted replies is kept track of in every thread. When it reaches the threshold, a defensive action is taken and a warning is printed to the log file. This defensive action is to clear the RRSet and message caches, hopefully flushing away any poison. The default is disabled, but if enabled a a value of 10 million is suggested.");?>
+ <?=gettext("If enabled, a total number of unwanted replies is kept track of in every thread. When it reaches the threshold, a defensive action is taken and a warning is printed to the log file. This defensive action is to clear the RRSet and message caches, hopefully flushing away any poison. The default is disabled, but if enabled a value of 10 million is suggested.");?>
</p>
</td>
</tr>
OpenPOWER on IntegriCloud