From 6aab7f9c8b241a7bf3baace22ec60b0840cb0054 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 6 Nov 2015 00:37:16 +0545 Subject: services_unbound_acls text stuff --- src/usr/local/www/services_unbound_acls.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php index 62eed0d..76593e0 100644 --- a/src/usr/local/www/services_unbound_acls.php +++ b/src/usr/local/www/services_unbound_acls.php @@ -198,7 +198,7 @@ $actionHelp = $closehead = false; -$pgtitle = "Services: DNS Resolver: Access Lists"; +$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Access Lists")); $shortcut_section = "resolver"; include("head.inc"); @@ -212,7 +212,7 @@ if (is_subsystem_dirty('unbound')) print_info_box_np(gettext("The configuration of the DNS Resolver, has been changed") . ".
" . gettext("You must apply the changes in order for them to take effect.")); $tab_array = array(); -$tab_array[] = array(gettext("General Settings"), false, "/services_unbound.php"); +$tab_array[] = array(gettext("General settings"), false, "/services_unbound.php"); $tab_array[] = array(gettext("Advanced settings"), false, "services_unbound_advanced.php"); $tab_array[] = array(gettext("Access Lists"), true, "/services_unbound_acls.php"); display_top_tabs($tab_array, true); @@ -241,7 +241,7 @@ if($act=="new" || $act=="edit") { $section->addInput(new Form_Input( 'aclname', - 'Access LIst name', + 'Access List name', 'text', $pconfig['aclname'] ))->setHelp('Provide an Access List name.'); -- cgit v1.1