diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-12 18:42:43 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-12 18:42:43 -0800 |
commit | f63aaa54293acd2f524872f5d45da099082a48fa (patch) | |
tree | 18ceff6262661c3c6b01c4b6531b27b692ab0f4b | |
parent | 321241da02330bf7ad710ce75ae3887d9e0a631c (diff) | |
download | volse-hubzilla-f63aaa54293acd2f524872f5d45da099082a48fa.tar.gz volse-hubzilla-f63aaa54293acd2f524872f5d45da099082a48fa.tar.bz2 volse-hubzilla-f63aaa54293acd2f524872f5d45da099082a48fa.zip |
be consistent with the name
-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' : ''), ); |