summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-09 16:22:29 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-09 16:22:29 +0545
commit781d9ce43324b73dfbec26220a440c604a26658d (patch)
treed00d4e1bad8ecc312de9c4b32377c3c030a1b420 /src/usr/local/www/system_advanced_misc.php
parentf0136b178022cf3b04a6c3d577d457cf3bc03418 (diff)
downloadpfsense-781d9ce43324b73dfbec26220a440c604a26658d.zip
pfsense-781d9ce43324b73dfbec26220a440c604a26658d.tar.gz
setHelp and gettext for system*
Diffstat (limited to 'src/usr/local/www/system_advanced_misc.php')
-rw-r--r--src/usr/local/www/system_advanced_misc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_misc.php b/src/usr/local/www/system_advanced_misc.php
index 9665a6e..ac7e226 100644
--- a/src/usr/local/www/system_advanced_misc.php
+++ b/src/usr/local/www/system_advanced_misc.php
@@ -571,8 +571,8 @@ $section->addInput(new Form_Select(
'Hard disk standby time',
$pconfig['harddiskstandby'],
['' => gettext("Always on")] + array_combine($opts, $vals)
-))->setHelp("Puts the hard disk into standby mode when the selected number of minutes has elapsed since the last access." . "<br />" .
- "<strong> Do not set this for CF cards.</strong>");
+))->setHelp('Puts the hard disk into standby mode when the selected number of minutes has elapsed since the last access.%1$s' .
+ '%2$sDo not set this for CF cards.%3$s', '<br />', '<strong>', '</strong>');
$form->add($section);
OpenPOWER on IntegriCloud