summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 23:51:48 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 23:51:48 -0700
commit5daef71011aa674390fd3a592a8d216cca1bfca9 (patch)
tree9bd1ebb447d62340e94c9ddf53f0bf24781d0d8d /src/usr/local/www/services_dhcp_edit.php
parent83354deaa56b7dd2336b37db5b7733494015d625 (diff)
downloadpfsense-5daef71011aa674390fd3a592a8d216cca1bfca9.zip
pfsense-5daef71011aa674390fd3a592a8d216cca1bfca9.tar.gz
Services / DHCP - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index 6ab36ce..07be3d2 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -214,7 +214,7 @@ if ($_POST) {
$input_errors[] = gettext("A valid MAC address must be specified.");
}
if ($static_arp_enabled && !$_POST['ipaddr']) {
- $input_errors[] = gettext("Static ARP is enabled. You must specify an IP address.");
+ $input_errors[] = gettext("Static ARP is enabled. An IP address must be specified.");
}
/* check for overlaps */
@@ -299,7 +299,7 @@ if ($_POST) {
}
if (($_POST['ddnsdomainkey'] && !$_POST['ddnsdomainkeyname']) ||
($_POST['ddnsdomainkeyname'] && !$_POST['ddnsdomainkey'])) {
- $input_errors[] = gettext("You must specify both a valid domain key and key name.");
+ $input_errors[] = gettext("Both a valid domain key and key name must be specified.");
}
if ($_POST['domainsearchlist']) {
$domain_array=preg_split("/[ ;]+/", $_POST['domainsearchlist']);
@@ -489,7 +489,7 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp('You may enter a description here for your reference (not parsed).');
+))->setHelp('A description may be entered here for administrative reference (not parsed).');
$section->addInput(new Form_Checkbox(
'arp_table_static_entry',
@@ -560,14 +560,14 @@ $section->addInput(new Form_Input(
'Gateway',
'text',
$pconfig['gateway']
-))->setHelp('The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.');
+))->setHelp('The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for the network.');
$section->addInput(new Form_Input(
'domain',
'Domain name',
'text',
$pconfig['domain']
-))->setHelp('The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here. ');
+))->setHelp('The default is to use the domain name of this system as the default domain name provided by DHCP. An alternate domain name may be spedified here. ');
$section->addInput(new Form_Input(
'domainsearchlist',
OpenPOWER on IntegriCloud