From bce2ce6025d524d08380b323a471fbae8ce92339 Mon Sep 17 00:00:00 2001 From: NOYB Date: Sun, 8 May 2016 12:57:32 -0700 Subject: Miscellaneous Textual Corrections - Services DNS Resolver (cherry picked from commit 0cb4d4a63585f500329616be6ee2bbb2274975c6) --- src/usr/local/www/services_unbound.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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.','','')); + ' The domain in %sSystem: General Setup%s should also be set to the proper value.','','')); $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.','','')); + 'The domain in %sSystem: General Setup%s should also be set to the proper value.','','')); $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 "Allow". " DNS server list to be overridden by DHCP/PPP on WAN"". " is checked."), '', ''), 'info', false); ?> -- cgit v1.1