diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-04-04 09:27:04 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-04-04 09:27:10 -0400 |
commit | a1d1ae4fcad0de42a2060c6bcfb89bd8f59a6612 (patch) | |
tree | 11c48cc5c5407be01aec889843fd4bea12c2f07d /src | |
parent | 00ae93fff2768e262d49ac6e3860d2a41a65c2b0 (diff) | |
download | pfsense-a1d1ae4fcad0de42a2060c6bcfb89bd8f59a6612.zip pfsense-a1d1ae4fcad0de42a2060c6bcfb89bd8f59a6612.tar.gz |
Merge pull request #2815 from NOYB/Services_/_DNS_Forwarder_-_Remove_Personalizations
(cherry picked from commit 1301cc6700b4d8831aaa819dffb7f2f056ee3ac2)
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/services_dnsmasq.php | 18 | ||||
-rw-r--r-- | src/usr/local/www/services_dnsmasq_domainoverride_edit.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/services_dnsmasq_edit.php | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php index 9dd8591..e0ad975 100644 --- a/src/usr/local/www/services_dnsmasq.php +++ b/src/usr/local/www/services_dnsmasq.php @@ -138,7 +138,7 @@ if ($_POST) { if (is_port($_POST['port'])) { $config['dnsmasq']['port'] = $_POST['port']; } else { - $input_errors[] = gettext("You must specify a valid port number"); + $input_errors[] = gettext("A valid port number must be specified."); } } else if (isset($config['dnsmasq']['port'])) { unset($config['dnsmasq']['port']); @@ -225,7 +225,7 @@ if ($savemsg) { } if (is_subsystem_dirty('hosts')) { - print_apply_box(gettext("The DNS forwarder configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect.")); + print_apply_box(gettext("The DNS forwarder configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect.")); } $form = new Form(); @@ -247,8 +247,8 @@ $section->addInput(new Form_Checkbox( ))->setHelp(sprintf("If this option is set, then machines that specify". " their hostname when requesting a DHCP lease will be registered". " in the DNS forwarder, so that their name can be resolved.". - " You should also set the domain in %sSystem:". - " General setup%s 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>')) ->addClass('toggle-dhcp'); $section->addInput(new Form_Checkbox( @@ -258,8 +258,8 @@ $section->addInput(new Form_Checkbox( $pconfig['regdhcpstatic'] ))->setHelp(sprintf("If this option is set, then DHCP static mappings will ". "be registered in the DNS forwarder, so that their name can be ". - "resolved. You should also set the domain in %s". - "System: General setup%s to the proper value.",'<a href="system.php">','</a>')) + "resolved. The domain in %sSystem: General setup%s should also ". + "be set to the proper value.",'<a href="system.php">','</a>')) ->addClass('toggle-dhcp'); $section->addInput(new Form_Checkbox( @@ -336,7 +336,7 @@ $section->addInput(new Form_Textarea( 'custom_options', 'Custom options', $pconfig['custom_options'] -))->setHelp('Enter any additional options you would like to add to the dnsmasq configuration here, separated by a space or newline') +))->setHelp('Enter any additional options to add to the dnsmasq configuration here, separated by a space or newline') ->addClass('advanced'); $form->add($section); @@ -350,8 +350,8 @@ print_callout('<p>' . ' serve the LAN IP address as a DNS server to DHCP clients so they will use the forwarder.') . '</p><p>' . sprintf(gettext('The DNS forwarder will use the DNS servers entered in %1$sSystem > General Setup%2$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.' . - ' If you don\'t use that option (or if you use a static IP address on WAN),' . - ' you must manually specify at least one DNS server on the %1$sSystem > General Setup%2$s page.'), + ' If that option is not used (or if a static IP address is used on WAN),' . + ' at least one DNS server must be manually specified on the %1$sSystem > General Setup%2$s page.'), '<a href="system.php">', '</a>') . '</p>' diff --git a/src/usr/local/www/services_dnsmasq_domainoverride_edit.php b/src/usr/local/www/services_dnsmasq_domainoverride_edit.php index 5354e3c..806a0f0 100644 --- a/src/usr/local/www/services_dnsmasq_domainoverride_edit.php +++ b/src/usr/local/www/services_dnsmasq_domainoverride_edit.php @@ -183,14 +183,14 @@ $section->addInput(new Form_IpAddress( 'dnssrcip', 'Source IP', $pconfig['dnssrcip'] -))->setHelp('Source IP address for queries to the DNS server for the override domain. Leave blank unless your DNS server is accessed through a VPN tunnel.'); +))->setHelp('Source IP address for queries to the DNS server for the override domain. Leave blank unless the DNS server is accessed through a VPN tunnel.'); $section->addInput(new Form_Input( 'descr', 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); if (isset($id) && $a_domainOverrides[$id]) { $section->addInput(new Form_Input( diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php index db565e0..bbebb02 100644 --- a/src/usr/local/www/services_dnsmasq_edit.php +++ b/src/usr/local/www/services_dnsmasq_edit.php @@ -269,7 +269,7 @@ $section->addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); if (isset($id) && $a_hosts[$id]) { $section->addInput(new Form_Input( |