summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 00:33:55 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commit7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9 (patch)
tree322eac5a4009a29564110cf6ab0090328c304f54 /src/usr/local/www/services_wol.php
parentf990294f4f5248e2c1f995156d5208ab244dc53d (diff)
downloadpfsense-7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9.zip
pfsense-7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9.tar.gz
Renamed 'Wake on LAN' to 'Wake-on-LAN'
Diffstat (limited to 'src/usr/local/www/services_wol.php')
-rw-r--r--src/usr/local/www/services_wol.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php
index 8e27cb8..516af74 100644
--- a/src/usr/local/www/services_wol.php
+++ b/src/usr/local/www/services_wol.php
@@ -58,8 +58,8 @@
##|+PRIV
##|*IDENT=page-services-wakeonlan
-##|*NAME=Services: Wake on LAN
-##|*DESCR=Allow access to the 'Services: Wake on LAN' page.
+##|*NAME=Services: Wake-on-LAN
+##|*DESCR=Allow access to the 'Services: Wake-on-LAN' page.
##|*MATCH=services_wol.php*
##|-PRIV
@@ -143,13 +143,13 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = array(gettext("Services"), gettext("Wake on LAN"));
+$pgtitle = array(gettext("Services"), gettext("Wake-on-LAN"));
include("head.inc");
?>
<div class="infoblock blockopen">
<?php
print_info_box(gettext('This service can be used to wake up (power on) computers by sending special "Magic Packets".') . '<br />' .
- gettext('The NIC in the computer that is to be woken up must support Wake on LAN and must be properly configured (WOL cable, BIOS settings).'),
+ gettext('The NIC in the computer that is to be woken up must support Wake-on-LAN and must be properly configured (WOL cable, BIOS settings).'),
'info', false);
?>
@@ -166,7 +166,7 @@ if ($savemsg) {
$form = new Form('Send');
-$section = new Form_Section('Wake on LAN');
+$section = new Form_Section('Wake-on-LAN');
$section->addInput(new Form_Select(
'interface',
@@ -188,7 +188,7 @@ print $form;
<div class="panel panel-default">
<div class="panel-heading">
- <h2 class="panel-title"><?=gettext("Wake on LAN Devices");?></h2>
+ <h2 class="panel-title"><?=gettext("Wake-on-LAN Devices");?></h2>
</div>
<div class="panel-body">
OpenPOWER on IntegriCloud