be consistent with the name
This commit is contained in:
parent
321241da02
commit
f63aaa5429
@ -663,7 +663,7 @@ function widget_settings_menu($arr) {
|
|||||||
|
|
||||||
if(feature_enabled(local_channel(),'permcats')) {
|
if(feature_enabled(local_channel(),'permcats')) {
|
||||||
$tabs[] = array(
|
$tabs[] = array(
|
||||||
'label' => t('Permission Categories'),
|
'label' => t('Permission Groups'),
|
||||||
'url' => z_root() . '/settings/permcats',
|
'url' => z_root() . '/settings/permcats',
|
||||||
'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
|
'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user