summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-01-02 16:27:15 +0100
committerRenato Botelho <renato@netgate.com>2017-01-04 14:07:07 -0200
commitff2c0021c6609350d1b4af30c25d3d9ec79fa094 (patch)
treea136399c2cfe057c85bd4dc9be9e2b1d6345321d /src/usr
parent1d0322b5c2dfadfd5f7c7bc242eeb4efa3d82494 (diff)
downloadpfsense-ff2c0021c6609350d1b4af30c25d3d9ec79fa094.zip
pfsense-ff2c0021c6609350d1b4af30c25d3d9ec79fa094.tar.gz
Update format
(cherry picked from commit 3d116b5c8d5c6474821d3a6607f9fa929df2f481)
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_unbound.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 06f630d..34765ca 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -160,7 +160,7 @@ if ($_POST) {
}
}
if ($founddns == false) {
- $input_errors[] = gettext("At least one DNS server must be specified under System>General Setup to enable Forwarding mode.");
+ $input_errors[] = gettext("At least one DNS server must be specified under System &gt; General Setup to enable Forwarding mode.");
}
}
@@ -350,7 +350,7 @@ $section->addInput(new Form_Checkbox(
'Enable Forwarding Mode',
$pconfig['forwarding']
))->setHelp(sprintf('If this option is set, DNS queries will be forwarded to the upstream DNS servers defined under'.
- ' %sSystem: General Setup%s or those obtained via DHCP/PPP on WAN'.
+ ' %sSystem &gt; General Setup%s or those obtained via DHCP/PPP on WAN'.
' (if DNS Server Override is enabled there).','<a href="system.php">','</a>'));
$section->addInput(new Form_Checkbox(
@@ -360,7 +360,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['regdhcp']
))->setHelp(sprintf('If this option is set, then machines that specify their hostname when requesting a DHCP lease will be registered'.
' in the DNS Resolver, so that their name can be resolved.'.
- ' The domain in %sSystem: General Setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
+ ' The domain in %sSystem &gt; General Setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
$section->addInput(new Form_Checkbox(
'regdhcpstatic',
@@ -368,7 +368,7 @@ $section->addInput(new Form_Checkbox(
'Register DHCP static mappings in the DNS Resolver',
$pconfig['regdhcpstatic']
))->setHelp(sprintf('If this option is set, then DHCP static mappings will be registered in the DNS Resolver, so that their name can be resolved. '.
- 'The domain in %sSystem: General Setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
+ 'The domain in %sSystem &gt; General Setup%s should also be set to the proper value.','<a href="system.php">','</a>'));
$btnadv = new Form_Button(
'btnadvcustom',
@@ -589,7 +589,7 @@ endforeach;
" service (if enabled) will automatically serve the LAN IP".
" address as a DNS server to DHCP clients so they will use".
" the DNS Resolver. If Forwarding is enabled, the DNS Resolver will use the DNS servers".
- " entered in %sSystem: General Setup%s".
+ " entered in %sSystem &gt; General Setup%s".
" or those obtained via DHCP or PPP on WAN if &quot;Allow".
" DNS server list to be overridden by DHCP/PPP on WAN&quot;".
" is checked."), '<a href="system.php">', '</a>'), 'info', false); ?>
OpenPOWER on IntegriCloud