summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-05-09 09:23:31 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-05-09 09:23:31 -0400
commit54f03f07225ad243acd5912f7e65e4d23e0e5342 (patch)
tree543aa1ebbe8d0a50ba4eab97074a22f9f5f0ffd8
parent7fc5435b4a0d1f0ffe47c0c5bb436ef3cdf5a95c (diff)
parent0cb4d4a63585f500329616be6ee2bbb2274975c6 (diff)
downloadpfsense-54f03f07225ad243acd5912f7e65e4d23e0e5342.zip
pfsense-54f03f07225ad243acd5912f7e65e4d23e0e5342.tar.gz
Merge pull request #2946 from NOYB/Miscellaneous_Textual_Corrections_-_Services_DNS_Resolver
-rw-r--r--src/usr/local/www/services_unbound.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 7e40e87..5dfbb64 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -360,7 +360,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['regdhcp']
))->setHelp(sprintf('If this option is set, then machines that specify their hostname when requesting a DHCP lease will be registered'.
' in the DNS Resolver, so that their name can be resolved.'.
- ' The domain in %sSystem: General setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
+ ' The domain in %sSystem: General Setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
$section->addInput(new Form_Checkbox(
'regdhcpstatic',
@@ -368,7 +368,7 @@ $section->addInput(new Form_Checkbox(
'Register DHCP static mappings in the DNS Resolver',
$pconfig['regdhcpstatic']
))->setHelp(sprintf('If this option is set, then DHCP static mappings will be registered in the DNS Resolver, so that their name can be resolved. '.
- 'The domain in %sSystem: General setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
+ 'The domain in %sSystem: General Setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
$btnadv = new Form_Button(
'btnadvcustom',
@@ -589,7 +589,7 @@ endforeach;
" service (if enabled) will automatically serve the LAN IP".
" address as a DNS server to DHCP clients so they will use".
" the DNS Resolver. If Forwarding is enabled, the DNS Resolver will use the DNS servers".
- " entered in %sSystem: General setup%s".
+ " entered in %sSystem: General Setup%s".
" or those obtained via DHCP or PPP on WAN if &quot;Allow".
" DNS server list to be overridden by DHCP/PPP on WAN&quot;".
" is checked."), '<a href="system.php">', '</a>'), 'info', false); ?>
OpenPOWER on IntegriCloud