summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 12:00:20 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 12:00:20 +0545
commit70dc5cd65197fce8d67db3c5017a4aee32ac6f81 (patch)
treea45fd1da3baf92a9719fff95951e21deb6f13e62 /src/usr/local/www/system.php
parentcd656b85255feee8313e6081325f05db7a6c2642 (diff)
downloadpfsense-70dc5cd65197fce8d67db3c5017a4aee32ac6f81.zip
pfsense-70dc5cd65197fce8d67db3c5017a4aee32ac6f81.tar.gz
UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index cb84861..7c56b93 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -371,7 +371,7 @@ $section->addInput(new Form_Input(
'local hosts not running mDNS.');
$form->add($section);
-$section = new Form_Section('DNS server settings');
+$section = new Form_Section('DNS Server Settings');
for ($i=1; $i<5; $i++) {
// if (!isset($pconfig['dns'.$i]))
@@ -424,7 +424,7 @@ for ($i=1; $i<5; $i++) {
$section->addInput(new Form_Checkbox(
'dnsallowoverride',
- 'DNS server override',
+ 'DNS Server Override',
'Allow DNS server list to be overridden by DHCP/PPP on WAN',
$pconfig['dnsallowoverride']
))->setHelp(sprintf(gettext('If this option is set, %s will use DNS servers '.
@@ -434,7 +434,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Checkbox(
'dnslocalhost',
- 'Disable DNS forwarder',
+ 'Disable DNS Forwarder',
'Do not use the DNS Forwarder as a DNS server for the firewall',
$pconfig['dnslocalhost']
))->setHelp('By default localhost (127.0.0.1) will be used as the first DNS '.
OpenPOWER on IntegriCloud