diff options
-rw-r--r-- | include/widgets.php | 2 |
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' : ''), ); |