summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-31 00:12:03 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-31 00:12:03 -0700
commitf440e755823013a60b15dfb6a50935f59d33a72f (patch)
tree08ef14b6ff410eb1fdc0dc65addce2d0819139cf /src/usr/local/www/services_wol_edit.php
parent83354deaa56b7dd2336b37db5b7733494015d625 (diff)
downloadpfsense-f440e755823013a60b15dfb6a50935f59d33a72f.zip
pfsense-f440e755823013a60b15dfb6a50935f59d33a72f.tar.gz
Services / Wake-on-LAN - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/services_wol_edit.php')
-rw-r--r--src/usr/local/www/services_wol_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php
index 2debfd9..8071159 100644
--- a/src/usr/local/www/services_wol_edit.php
+++ b/src/usr/local/www/services_wol_edit.php
@@ -173,7 +173,7 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp(gettext('You may enter a description here for your reference (not parsed).'));
+))->setHelp(gettext('A description may be entered here for administrative reference (not parsed).'));
$form->add($section);
print $form;
OpenPOWER on IntegriCloud