aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-23 08:46:57 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-23 08:46:57 +0100
commit71294faf2c182a678e5889b2ff9cabed16d83c82 (patch)
treed6ad7955921285a374b5dd666153d42a6071e871 /mod/like.php
parent0dc7e0975a7cd02d8c79dda42c836c31d84c9e24 (diff)
parent43dc0b4280b00cb66a1ca97341dfe7e795f5988c (diff)
downloadvolse-hubzilla-71294faf2c182a678e5889b2ff9cabed16d83c82.tar.gz
volse-hubzilla-71294faf2c182a678e5889b2ff9cabed16d83c82.tar.bz2
volse-hubzilla-71294faf2c182a678e5889b2ff9cabed16d83c82.zip
Merge branch 'master' of git://github.com/tobiasd/friendika
Diffstat (limited to 'mod/like.php')
-rw-r--r--mod/like.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php
index f256cd9a1..7b2097578 100644
--- a/mod/like.php
+++ b/mod/like.php
@@ -149,7 +149,7 @@ EOT;
$arr['author-name'] = $contact['name'];
$arr['author-link'] = $contact['url'];
$arr['author-avatar'] = $contact['thumb'];
- $arr['body'] = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' . ' ' . t('likes') . ' '
+ $arr['body'] = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' . ' ' . $bodyverb . ' '
. '[url=' . $item['author-link'] . ']' . $item['author-name'] . t('\'s') . '[/url]' . ' '
. '[url=' . $a->get_baseurl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . ']' . $post_type . '[/url]' ;