From ef77e40e0c7b861cc268cd1f0e30600f573b807e Mon Sep 17 00:00:00 2001 From: stilez Date: Tue, 25 Jul 2017 15:37:32 +0100 Subject: format %1$s etc in help --- src/usr/local/www/system.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php index 0467d63..15af4ef 100644 --- a/src/usr/local/www/system.php +++ b/src/usr/local/www/system.php @@ -459,10 +459,12 @@ $section->addInput(new Form_Input( 'text', $pconfig['domain'], ['placeholder' => 'mycorp.com, home, office, private, etc.'] -))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is by mDNS (including Avahi), ' . - 'Apple OS X (Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and network devices. These will not network ' . - 'correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.'); +))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is %1$swidely used%2$s by '. + 'mDNS (including Avahi), Apple OS X (Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and network devices. ' . + 'These will not network correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.', + '', + '' +); $form->add($section); -- cgit v1.1