summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-08 12:57:32 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-09 09:23:51 -0400
commitbce2ce6025d524d08380b323a471fbae8ce92339 (patch)
treef481d3a3d8022a3d3f1dd3164026a0907167cabd
parentcea54822f1c732807a2e549993c42ec9b63097b9 (diff)
downloadpfsense-bce2ce6025d524d08380b323a471fbae8ce92339.zip
pfsense-bce2ce6025d524d08380b323a471fbae8ce92339.tar.gz
Miscellaneous Textual Corrections - Services DNS Resolver
(cherry picked from commit 0cb4d4a63585f500329616be6ee2bbb2274975c6)
-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