aboutsummaryrefslogtreecommitdiffstats
path: root/include/permissions.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-02 16:02:04 -0800
committerfriendica <info@friendica.com>2014-02-02 16:02:04 -0800
commitabb68e846d828995f6ba016246143ba3d6f04181 (patch)
treec91c4b879c8b39d9bc7d5dfc88a5677b9f1bbd96 /include/permissions.php
parent67899677db8bde044284aaec6237559a68a27b6a (diff)
downloadvolse-hubzilla-abb68e846d828995f6ba016246143ba3d6f04181.tar.gz
volse-hubzilla-abb68e846d828995f6ba016246143ba3d6f04181.tar.bz2
volse-hubzilla-abb68e846d828995f6ba016246143ba3d6f04181.zip
remove the text "requires compatible chat plugin"
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 45ea7c3eb..1b11dfb87 100644
--- a/include/permissions.php
+++ b/include/permissions.php
@@ -24,7 +24,7 @@ function get_perms() {
'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 @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')),
+ 'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('')),
'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'), ''),