From 7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sat, 13 Feb 2016 00:33:55 -0600 Subject: Renamed 'Wake on LAN' to 'Wake-on-LAN' --- src/etc/inc/priv.defs.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/etc/inc/priv.defs.inc') diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc index a106ce9..3ba0a91 100644 --- a/src/etc/inc/priv.defs.inc +++ b/src/etc/inc/priv.defs.inc @@ -869,14 +869,14 @@ $priv_list['page-services-dnsresolver-edithost']['match'] = array(); $priv_list['page-services-dnsresolver-edithost']['match'][] = "services_unbound_host_edit.php*"; $priv_list['page-services-wakeonlan'] = array(); -$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake on LAN"); -$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake on LAN' page."); +$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake-on-LAN"); +$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake-on-LAN' page."); $priv_list['page-services-wakeonlan']['match'] = array(); $priv_list['page-services-wakeonlan']['match'][] = "services_wol.php*"; $priv_list['page-services-wakeonlan-edit'] = array(); -$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake on LAN: Edit"); -$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake on LAN: Edit' page."); +$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake-on-LAN: Edit"); +$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake-on-LAN: Edit' page."); $priv_list['page-services-wakeonlan-edit']['match'] = array(); $priv_list['page-services-wakeonlan-edit']['match'][] = "services_wol_edit.php*"; -- cgit v1.1