diff options
author | redmatrix <git@macgirvin.com> | 2016-01-26 23:44:15 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-26 23:44:15 -0800 |
commit | d83b907cdcb4d7a7638b2be9a8024a43f6012827 (patch) | |
tree | fd9f232ee8f816a99d8551291690e762bfdcdfa1 /include/features.php | |
parent | 202817740ab13f91ab9bd90de43116d1778cb751 (diff) | |
download | volse-hubzilla-d83b907cdcb4d7a7638b2be9a8024a43f6012827.tar.gz volse-hubzilla-d83b907cdcb4d7a7638b2be9a8024a43f6012827.tar.bz2 volse-hubzilla-d83b907cdcb4d7a7638b2be9a8024a43f6012827.zip |
rename collections to privacy groups
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index b18a58ed4..78e611afe 100644 --- a/include/features.php +++ b/include/features.php @@ -76,7 +76,7 @@ function get_features($filtered = true) { 'net_module' => array( t('Network and Stream Filtering'), array('archives', t('Search by Date'), t('Ability to select posts by date ranges'),false,get_config('feature_lock','archives')), - array('groups', t('Collections (Privacy Groups)'), t('Enable widget to display Network posts only from selected collections'),false,get_config('feature_lock','groups')), + array('groups', t('Privacy Groups'), t('Enable management and selection of privacy groups'),true,get_config('feature_lock','groups')), array('savedsearch', t('Saved Searches'), t('Save search terms for re-use'),false,get_config('feature_lock','savedsearch')), array('personal_tab', t('Network Personal Tab'), t('Enable tab to display only Network posts that you\'ve interacted on'),false,get_config('feature_lock','personal_tab')), array('new_tab', t('Network New Tab'), t('Enable tab to display all new Network activity'),false,get_config('feature_lock','new_tab')), |