aboutsummaryrefslogtreecommitdiffstats
path: root/include/permissions.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-15 03:12:51 -0700
committerfriendica <info@friendica.com>2013-07-15 03:12:51 -0700
commitf384695e3d0fe86b9a059ab4f289042bf17d2da2 (patch)
treed9e20304cdc0e5175c23ff81ed40374486d6abf3 /include/permissions.php
parentd571ac02b2fe6d629a58636795de361843f37b8c (diff)
downloadvolse-hubzilla-f384695e3d0fe86b9a059ab4f289042bf17d2da2.tar.gz
volse-hubzilla-f384695e3d0fe86b9a059ab4f289042bf17d2da2.tar.bz2
volse-hubzilla-f384695e3d0fe86b9a059ab4f289042bf17d2da2.zip
more diagnostics
Diffstat (limited to 'include/permissions.php')
-rw-r--r--include/permissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php
index bf380cf95..e7f50ceeb 100644
--- a/include/permissions.php
+++ b/include/permissions.php
@@ -23,7 +23,7 @@ function get_perms() {
'post_comments' => array('channel_w_comment', intval(PERMS_W_COMMENT), false, t('Can comment on my posts'), ''),
'post_mail' => array('channel_w_mail', intval(PERMS_W_MAIL), false, t('Can send me private mail messages'), ''),
'post_photos' => array('channel_w_photos', intval(PERMS_W_PHOTOS), false, t('Can post photos to my photo albums'), ''),
- 'tag_deliver' => array('channel_w_tagwall', intval(PERMS_W_TAGWALL), false, t('Can forward to all my channel contacts via post hashtags'), t('Advanced - useful for creating group forum channels')),
+ 'tag_deliver' => array('channel_w_tagwall', intval(PERMS_W_TAGWALL), false, t('Can forward to all my channel contacts via post @mentions'), t('Advanced - useful for creating group forum channels')),
'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('Requires compatible chat plugin')),
'write_storage' => array('channel_w_storage', intval(PERMS_W_STORAGE), false, t('Can write to my "public" file storage'), ''),
'write_pages' => array('channel_w_pages', intval(PERMS_W_PAGES), false, t('Can edit my "public" pages'), ''),