Rename Permission Groups to Permission Categories and clarify feature settings text.

This commit is contained in:
Andrew Manning
2018-05-15 19:57:40 -04:00
parent de63e40a70
commit 179eeb10a6
3 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ class Settings_menu {
if(feature_enabled(local_channel(),'permcats')) {
$tabs[] = array(
'label' => t('Permission Groups'),
'label' => t('Permission Categories'),
'url' => z_root() . '/settings/permcats',
'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
);