diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-28 13:38:15 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-28 13:38:15 -0700 |
commit | cae0a26ac087448a12b3bb913bc53f6c9b6603d4 (patch) | |
tree | 95207d1d04fb846fecef1a74922cf60a6b408582 /Zotlabs/Access | |
parent | 156010050c874eb51f8d2b2334d36909f99e732c (diff) | |
download | volse-hubzilla-cae0a26ac087448a12b3bb913bc53f6c9b6603d4.tar.gz volse-hubzilla-cae0a26ac087448a12b3bb913bc53f6c9b6603d4.tar.bz2 volse-hubzilla-cae0a26ac087448a12b3bb913bc53f6c9b6603d4.zip |
String change to reflect the current forum tagging method
Diffstat (limited to 'Zotlabs/Access')
-rw-r--r-- | Zotlabs/Access/Permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index bca40a9c1..20dc22a72 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -67,7 +67,7 @@ class Permissions { 'post_comments' => t('Can comment on or like my posts'), 'post_mail' => t('Can send me private mail messages'), 'post_like' => t('Can like/dislike profiles and profile things'), - 'tag_deliver' => t('Can forward to all my channel connections via @+ mentions in posts'), + 'tag_deliver' => t('Can forward to all my channel connections via ! mentions in posts'), 'chat' => t('Can chat with me'), 'republish' => t('Can source my public posts in derived channels'), 'delegate' => t('Can administer my channel') |