diff options
author | Mario <mario@mariovavti.com> | 2021-09-06 09:29:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-06 09:29:23 +0000 |
commit | 81351d295206fadf42ae207a6a4ba12cb3f48e2a (patch) | |
tree | e8162947c3d68e12fbb5340679b83bf004a084f1 | |
parent | 8d28649e1b64e8d4eb15fd3923020950a58966e7 (diff) | |
download | volse-hubzilla-81351d295206fadf42ae207a6a4ba12cb3f48e2a.tar.gz volse-hubzilla-81351d295206fadf42ae207a6a4ba12cb3f48e2a.tar.bz2 volse-hubzilla-81351d295206fadf42ae207a6a4ba12cb3f48e2a.zip |
update strings
-rw-r--r-- | Zotlabs/Access/Permissions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index df5472cc3..45dd30d69 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -65,9 +65,9 @@ class Permissions { 'write_wiki' => t('Can write to my wiki pages'), 'post_wall' => t('Can post on my channel (wall) page'), 'post_comments' => t('Can comment on or like my posts'), - 'post_mail' => t('Can send me private mail messages'), + 'post_mail' => t('Can send me direct 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 direct messages to all my channel connections (forum)'), 'chat' => t('Can chat with me'), 'republish' => t('Can source my public posts in derived channels'), 'delegate' => t('Can administer my channel') |