summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-01 16:43:51 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-01 16:43:51 +0545
commit702fa4d0ce035a444112e23f4e4d1a4c686d8163 (patch)
tree3efcf6b31fee91f60f1321fbeaa06ca98fc4ac7e /src/usr/local/www/services_dnsmasq.php
parent070379bbc0cf84d82f52a0adfe2bdc6014695f7e (diff)
downloadpfsense-702fa4d0ce035a444112e23f4e4d1a4c686d8163.zip
pfsense-702fa4d0ce035a444112e23f4e4d1a4c686d8163.tar.gz
Code with multiple %s in usr/local/www
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index 7221408..f0002f5 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -255,11 +255,11 @@ $section->addInput(new Form_Checkbox(
'DHCP Registration',
'Register DHCP leases in DNS forwarder',
$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 forwarder, 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>'))
+))->setHelp(sprintf('If this option is set, then machines that specify'.
+ ' their hostname when requesting a DHCP lease will be registered'.
+ ' in the DNS forwarder, so that their name can be resolved.'.
+ ' The domain in %1$sSystem: General Setup%2$s should also'.
+ ' be set to the proper value.','<a href="system.php">','</a>'))
->addClass('toggle-dhcp');
$section->addInput(new Form_Checkbox(
@@ -267,10 +267,10 @@ $section->addInput(new Form_Checkbox(
'Static DHCP',
'Register DHCP static mappings in DNS forwarder',
$pconfig['regdhcpstatic']
-))->setHelp(sprintf("If this option is set, then DHCP static mappings will ".
- "be registered in the DNS forwarder, 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>'))
+))->setHelp(sprintf('If this option is set, then DHCP static mappings will '.
+ 'be registered in the DNS forwarder, so that their name can be '.
+ 'resolved. The domain in %1$sSystem: General Setup%2$s should also '.
+ 'be set to the proper value.','<a href="system.php">','</a>'))
->addClass('toggle-dhcp');
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud