From b026cb1837a51f3d7813ba4f5dca687be3a7a9ae Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 15 Nov 2014 23:12:46 -0600 Subject: Use appropriate size for the interface selects. Ticket #3989. clean up some text while here --- usr/local/www/services_unbound.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr/local/www/services_unbound.php') diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php index e71d3c1..ff2c8ff 100644 --- a/usr/local/www/services_unbound.php +++ b/usr/local/www/services_unbound.php @@ -110,15 +110,15 @@ if ($_POST) { system_dhcpleases_configure(); } else { if (isset($_POST['enable']) && isset($config['dnsmasq']['enable'])) { - $input_errors[] = "The system dns-forwarder is still active. Disable it before enabling the DNS Resolver."; + $input_errors[] = "The DNS Forwarder is enabled. Disable it before enabling the DNS Resolver."; } if (empty($_POST['active_interface'])) { - $input_errors[] = "A single network interface needs to be selected for the DNS Resolver to bind to."; + $input_errors[] = "One or more Network Interfaces must be selected for binding."; } if (empty($_POST['outgoing_interface'])) { - $input_errors[] = "A single outgoing network interface needs to be selected for the DNS Resolver to use for outgoing DNS requests."; + $input_errors[] = "One or more Outgoing Network Interfaces must be selected."; } if ($_POST['port']) { @@ -225,7 +225,7 @@ function show_advanced_dns() {
-" . gettext("You must apply the changes in order for them to take effect."));?>
+" . gettext("You must apply changes for them to take effect."));?>
@@ -275,7 +275,7 @@ function show_advanced_dns() { ?>

-

-