Vier: Further improvements.

This commit is contained in:
Michael Vogel 2012-11-15 08:18:25 +01:00
parent 30e429e6ce
commit ff5ab7e9c6
3 changed files with 13 additions and 5 deletions

View file

@ -227,6 +227,7 @@ class Item extends BaseObject {
'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'), $this->get_owner_name(), ((strlen($item['owner-link'])) ? $item['owner-link'] : $item['url'])),
'to' => t('to'),
'via' => t('via'),
'wall' => t('Wall-to-Wall'),
'vwall' => t('via Wall-To-Wall:'),
'profile_url' => $profile_link,