From 9f5aa90fee88f49243e180f71bde47aad635c6c9 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 6 Nov 2015 00:35:33 +0545 Subject: Various text stuff on the UI --- src/usr/local/www/services_dnsmasq_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/services_dnsmasq_edit.php') diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php index bea2fc8..50910fc 100644 --- a/src/usr/local/www/services_dnsmasq_edit.php +++ b/src/usr/local/www/services_dnsmasq_edit.php @@ -203,7 +203,7 @@ if($_GET['act'] == "addopt") { array_push($pconfig['aliases']['item'], array('host' => null, 'domain' => null, 'description' => null)); } -$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); +$pgtitle = array(gettext("Services"),gettext("DNS Forwarder"),gettext("Edit Host Override")); $shortcut_section = "forwarder"; include("head.inc"); @@ -214,7 +214,7 @@ require_once('classes/Form.class.php'); $form = new Form(); -$section = new Form_Section('Domain override options'); +$section = new Form_Section('Host override options'); $section->addInput(new Form_Input( 'host', @@ -278,7 +278,7 @@ if( $pconfig['aliases']['item']) { null, 'text', $item['domain'] - ))->setHelp($counter == $last ? 'Value':null); + ))->setHelp($counter == $last ? 'Domain':null); $group->add(new Form_Input( 'aliasdescription' . $counter, @@ -302,7 +302,7 @@ if( $pconfig['aliases']['item']) { $btnaddopt = new Form_Button( 'btnaddopt', - 'Add Option', + 'Add Host name', 'services_dnsmasq_edit.php?act=addopt' ); -- cgit v1.1