summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-12 08:45:55 -0200
committerRenato Botelho <renato@netgate.com>2016-01-12 08:45:55 -0200
commit64e51001a53fa41c61a3fd1c0705ea4b78ba2638 (patch)
tree26330c9b97f3c1e40c50aef774f96b5ada9387aa /src
parentf52508b72f319bc24aa90f2e42a38fca2cf70a6c (diff)
parente4dd8be4048b9ba5f7058e977bc2fe913b146683 (diff)
downloadpfsense-64e51001a53fa41c61a3fd1c0705ea4b78ba2638.zip
pfsense-64e51001a53fa41c61a3fd1c0705ea4b78ba2638.tar.gz
Merge pull request #2404 from NOYB/System_/_General_Setup_-_Word_Spacing
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index a69cb78..cb84861 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -406,7 +406,7 @@ for ($i=1; $i<5; $i++) {
$group->add(new Form_Select(
'dns' . $i . 'gw',
- null,
+ 'Gateway',
$pconfig['dns' . $i . 'gw'],
$options
))->setHelp(($i == 4) ? 'Gateway':null);;
@@ -427,7 +427,7 @@ $section->addInput(new Form_Checkbox(
'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'.
+))->setHelp(sprintf(gettext('If this option is set, %s will use DNS servers '.
'assigned by a DHCP/PPP server on WAN for its own purposes (including '.
'the DNS forwarder). However, they will not be assigned to DHCP and PPTP '.
'VPN clients.'), $g['product_name']));
@@ -437,9 +437,9 @@ $section->addInput(new Form_Checkbox(
'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'.
+))->setHelp('By default localhost (127.0.0.1) will be used as the first DNS '.
'server where the DNS Forwarder or DNS Resolver is enabled and set to '.
- 'listen on Localhost, so system can use the local DNS service to perform'.
+ 'listen on Localhost, so system can use the local DNS service to perform '.
'lookups. Checking this box omits localhost from the list of DNS servers.');
$form->add($section);
OpenPOWER on IntegriCloud