]> git.mxchange.org Git - friendica.git/commitdiff
wrong verb in dislike activity body
authorFriendika <info@friendika.com>
Sat, 22 Jan 2011 11:59:13 +0000 (03:59 -0800)
committerFriendika <info@friendika.com>
Sat, 22 Jan 2011 11:59:13 +0000 (03:59 -0800)
mod/like.php

index f256cd9a1f62e9ddc12e2608df5e08baa0833e88..7b20975781452166f942c333b65abf9b28f520ea 100644 (file)
@@ -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]' ;