summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_domainoverride_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-06-02 01:52:43 +0000
committerChris Buechler <cmb@pfsense.org>2008-06-02 01:52:43 +0000
commit2dead96d5f381fd759f48183ff781cdf05ba38df (patch)
tree1a375f827cbaba85589776350798868e268b9453 /usr/local/www/services_dnsmasq_domainoverride_edit.php
parent29f7fa3bc187b79e23fd6d385110c5e963df642a (diff)
downloadpfsense-2dead96d5f381fd759f48183ff781cdf05ba38df.zip
pfsense-2dead96d5f381fd759f48183ff781cdf05ba38df.tar.gz
touch up text
Diffstat (limited to 'usr/local/www/services_dnsmasq_domainoverride_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_domainoverride_edit.php4
1 files 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 4090d27..e3cd325 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");
<td width="22%" valign="top" class="vncellreq">IP address</td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="ip" type="text" class="formfld unknown" id="ip" size="40" value="<?=htmlspecialchars($pconfig['ip']);?>">
- <br> <span class="vexpl">IP address of the authoritative dns server for this domain<br>
+ <br> <span class="vexpl">IP address of the authoritative DNS server for this domain<br>
e.g. <em>192.168.100.100</em></span></td>
</tr>
<tr>
OpenPOWER on IntegriCloud