aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-22 03:59:13 -0800
committerFriendika <info@friendika.com>2011-01-22 03:59:13 -0800
commitf278d17910553a5b51b163da7341c6bb22bfdc7b (patch)
tree6a5f65259b8c3391910b3f808862070561e81042 /mod/like.php
parent844b177791d8fa75fc9e5f4ec279557f0d0e4a46 (diff)
downloadvolse-hubzilla-f278d17910553a5b51b163da7341c6bb22bfdc7b.tar.gz
volse-hubzilla-f278d17910553a5b51b163da7341c6bb22bfdc7b.tar.bz2
volse-hubzilla-f278d17910553a5b51b163da7341c6bb22bfdc7b.zip
wrong verb in dislike activity body
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]' ;