expanded help text for features

This commit is contained in:
friendica 2012-11-03 20:13:21 -07:00
parent f55636aeb6
commit be0f376d6a

View File

@ -16,14 +16,15 @@ function get_features() {
$arr = array( $arr = array(
'multi_delete' => t('Multiple Deletion'), array('multi_delete', t('Multiple Deletion'), t('Select and delete multiple posts/comments at once')),
'expire' => t('Content Expiration'), array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')),
'commtag' => t('Community Tagging'), array('commtag', t('Community Tagging'), t('Tag existing posts and share the links')),
'categories' => t('Post Categories'), array('categories', t('Post Categories'), t('Add categories to your channel postings')),
'filing' => t('Saved Folders'), array('filing', t('Saved Folders'), t('Ability to file posts under easily remembered names')),
'archives' => t('Search by Date'), array('archives', t('Search by Date'), t('Select posts by date ranges')),
'dislike' => t('Dislike Posts'), array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')),
'savedsearch' => t('Saved Searches'), array('savedsearch', t('Saved Searches'), t('Save search terms for re-use')),
array('preview', t('Post Preview'), t('Preview posts and comments before publishing them')),
); );