aboutsummaryrefslogtreecommitdiffstats
path: root/include/permissions.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-08-14 20:02:05 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-08-14 20:02:05 +0000
commitc1b89b413aea94ca81912437e8789f4cd719886e (patch)
tree6c293db74dd7bfcfc61ad6253e5183d08fffa6d0 /include/permissions.php
parent1badf532293e7045034e1094d8091080a7a6930c (diff)
downloadvolse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.tar.gz
volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.tar.bz2
volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.zip
Added some missing translation strings. Fixed to scalable for a few font sizes.
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 0610ca1c1..4b68413b9 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 or like 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'), ''),
- 'post_like' => array('channel_w_like', intval(PERMS_W_LIKE), false, t('Can like/dislike stuff'), 'Profiles and things other than posts/comments'),
+ 'post_like' => array('channel_w_like', intval(PERMS_W_LIKE), false, t('Can like/dislike stuff'), t('Profiles and things other than posts/comments')),
'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('')),