]> git.mxchange.org Git - friendica.git/commitdiff
name mixup in wall-to-wall hovertips
authorfriendica <info@friendica.com>
Mon, 16 Jul 2012 03:56:09 +0000 (20:56 -0700)
committerfriendica <info@friendica.com>
Mon, 16 Jul 2012 03:56:09 +0000 (20:56 -0700)
include/conversation.php

index 6c3f13477fdf4cd16371e504d6a8baedc26be032..546e27db67fa772985493f09a4e65cf3b04e88f5 100644 (file)
@@ -772,7 +772,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
                                        'text' => strip_tags(template_escape($body)),
                                        'id' => $item['item_id'],
                                        'linktitle' => sprintf( t('View %s\'s profile @ %s'), $profile_name, ((strlen($item['author-link'])) ? $item['author-link'] : $item['url'])),
-                                       'olinktitle' => sprintf( t('View %s\'s profile @ %s'), $profile_name, ((strlen($item['owner-link'])) ? $item['owner-link'] : $item['url'])),
+                                       'olinktitle' => sprintf( t('View %s\'s profile @ %s'), $owner-name, ((strlen($item['owner-link'])) ? $item['owner-link'] : $item['url'])),
                                        'to' => t('to'),
                                        'wall' => t('Wall-to-Wall'),
                                        'vwall' => t('via Wall-To-Wall:'),