From 2dead96d5f381fd759f48183ff781cdf05ba38df Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 2 Jun 2008 01:52:43 +0000 Subject: [PATCH] touch up text --- usr/local/www/services_dnsmasq_domainoverride_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php index 4090d27800..e3cd325401 100755 --- a/usr/local/www/services_dnsmasq_domainoverride_edit.php +++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php @@ -69,7 +69,7 @@ if ($_POST) { continue; if (($doment['host'] == $_POST['host']) && ($doment['domain'] == $_POST['domain'])) { - $input_errors[] = "A override already exists for this domain."; + $input_errors[] = "An override already exists for this domain."; break; } } @@ -115,7 +115,7 @@ include("head.inc"); IP address -
IP address of the authoritative dns server for this domain
+
IP address of the authoritative DNS server for this domain
e.g. 192.168.100.100