summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-30 09:47:21 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-30 09:47:21 -0200
commit565dcf3c3c6299695058d616cdad95a5d300288e (patch)
tree0fd9149f1f395a49842b41b45769f9906b65836a
parent16d2c13aa645a16038301c80aebf81f65bb7fc2b (diff)
parente0273f4426296911909289541f58bf871ad2781a (diff)
downloadpfsense-565dcf3c3c6299695058d616cdad95a5d300288e.zip
pfsense-565dcf3c3c6299695058d616cdad95a5d300288e.tar.gz
Merge pull request #1410 from phil-davis/patch-1
-rw-r--r--etc/inc/priv.defs.inc10
-rw-r--r--usr/local/www/services_captiveportal_zones.php4
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 352ac2e..d0fcdce 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -819,8 +819,8 @@ $priv_list['page-services-captiveportal-voucher-edit']['match'] = array();
$priv_list['page-services-captiveportal-voucher-edit']['match'][] = "services_captiveportal_vouchers_edit.php*";
$priv_list['page-services-captiveportal-zones'] = array();
-$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captiveprotal Zones page");
-$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: CaptivePortal Zones' page.");
+$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captive portal Zones page");
+$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: Captive portal Zones' page.");
$priv_list['page-services-captiveportal-zones']['match'] = array();
$priv_list['page-services-captiveportal-zones']['match'][] = "services_captiveportal_zones.php*";
@@ -945,7 +945,7 @@ $priv_list['page-services-rfc2136clients']['match'] = array();
$priv_list['page-services-rfc2136clients']['match'][] = "services_rfc2136.php*";
$priv_list['page-services-router-advertisements'] = array();
-$priv_list['page-services-router-advertisements']['name'] = gettext("Webcfg - Services: Router advertisementspage");
+$priv_list['page-services-router-advertisements']['name'] = gettext("Webcfg - Services: Router Advertisements page");
$priv_list['page-services-router-advertisements']['descr'] = gettext("Allow access to the 'Services: Router Advertisements' page.");
$priv_list['page-services-router-advertisements']['match'] = array();
$priv_list['page-services-router-advertisements']['match'][] = "services_router_advertisements.php*";
@@ -993,7 +993,7 @@ $priv_list['page-status-captiveportal-expire']['match'] = array();
$priv_list['page-status-captiveportal-expire']['match'][] = "status_captiveportal_expire.php*";
$priv_list['page-status-captiveportal-test'] = array();
-$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive portal test Vouchers page");
+$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive portal Test Vouchers page");
$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status: Captive portal Test Vouchers' page.");
$priv_list['page-status-captiveportal-test']['match'] = array();
$priv_list['page-status-captiveportal-test']['match'][] = "status_captiveportal_test.php*";
@@ -1141,7 +1141,7 @@ $priv_list['page-system-advanced-misc']['match'] = array();
$priv_list['page-system-advanced-misc']['match'][] = "system_advanced_misc.php*";
$priv_list['page-system-advanced-network'] = array();
-$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System: Advanced: Network page");
+$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System: Advanced: Networking page");
$priv_list['page-system-advanced-network']['descr'] = gettext("Allow access to the 'System: Advanced: Networking' page.");
$priv_list['page-system-advanced-network']['match'] = array();
$priv_list['page-system-advanced-network']['match'][] = "system_advanced_network.php*";
diff --git a/usr/local/www/services_captiveportal_zones.php b/usr/local/www/services_captiveportal_zones.php
index 83450a4..872e522 100644
--- a/usr/local/www/services_captiveportal_zones.php
+++ b/usr/local/www/services_captiveportal_zones.php
@@ -28,8 +28,8 @@
##|+PRIV
##|*IDENT=page-services-captiveportal-zones
-##|*NAME=Services: Captiveprotal Zones page
-##|*DESCR=Allow access to the 'Services: CaptivePortal Zones' page.
+##|*NAME=Services: Captive portal Zones page
+##|*DESCR=Allow access to the 'Services: Captive portal Zones' page.
##|*MATCH=services_captiveportal_zones.php*
##|-PRIV
OpenPOWER on IntegriCloud