summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-03 09:12:05 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-03 09:12:05 +0545
commit314a088a804ed893319c72ba070bc5b23df55fcd (patch)
treea2a30da2e891b96c70f20942c9ffa62e2df041bb /src/usr/local/www/services_wol_edit.php
parent5ea71ebda681dbab323ccdb44ab3bfdea7c0f5d6 (diff)
downloadpfsense-314a088a804ed893319c72ba070bc5b23df55fcd.zip
pfsense-314a088a804ed893319c72ba070bc5b23df55fcd.tar.gz
Remove unneeded sprint and gettext in setHelp
Diffstat (limited to 'src/usr/local/www/services_wol_edit.php')
-rw-r--r--src/usr/local/www/services_wol_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php
index e549e22..17b192f 100644
--- a/src/usr/local/www/services_wol_edit.php
+++ b/src/usr/local/www/services_wol_edit.php
@@ -141,14 +141,14 @@ $section->addInput(new Form_Input(
'*MAC address',
'text',
$pconfig['mac']
-))->setHelp(gettext('Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx'));
+))->setHelp('Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx');
$section->addInput(new Form_Input(
'descr',
'Description',
'text',
$pconfig['descr']
-))->setHelp(gettext('A description may be entered here for administrative reference (not parsed).'));
+))->setHelp('A description may be entered here for administrative reference (not parsed).');
$form->add($section);
print $form;
OpenPOWER on IntegriCloud