summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
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/head.inc
parentf990294f4f5248e2c1f995156d5208ab244dc53d (diff)
downloadpfsense-7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9.zip
pfsense-7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9.tar.gz
Renamed 'Wake on LAN' to 'Wake-on-LAN'
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 515a6d6..59405d9 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -270,7 +270,7 @@ if (count($config['interfaces']) > 1) {
$services_menu[] = array(gettext("UPnP &amp; NAT-PMP"), "/pkg_edit.php?xml=miniupnpd.xml");
}
-$services_menu[] = array(gettext("Wake on LAN"), "/services_wol.php");
+$services_menu[] = array(gettext("Wake-on-LAN"), "/services_wol.php");
$services_menu = msort(array_merge($services_menu, return_ext_menu("Services")), 0);
// VPN
OpenPOWER on IntegriCloud