aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-12 18:42:43 -0800
committerzotlabs <mike@macgirvin.com>2017-02-12 18:42:43 -0800
commitf63aaa54293acd2f524872f5d45da099082a48fa (patch)
tree18ceff6262661c3c6b01c4b6531b27b692ab0f4b /include
parent321241da02330bf7ad710ce75ae3887d9e0a631c (diff)
downloadvolse-hubzilla-f63aaa54293acd2f524872f5d45da099082a48fa.tar.gz
volse-hubzilla-f63aaa54293acd2f524872f5d45da099082a48fa.tar.bz2
volse-hubzilla-f63aaa54293acd2f524872f5d45da099082a48fa.zip
be consistent with the name
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 52f8fd655..cb8a6133e 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -663,7 +663,7 @@ function widget_settings_menu($arr) {
if(feature_enabled(local_channel(),'permcats')) {
$tabs[] = array(
- 'label' => t('Permission Categories'),
+ 'label' => t('Permission Groups'),
'url' => z_root() . '/settings/permcats',
'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
);