diff options
author | friendica <info@friendica.com> | 2013-10-19 01:48:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-19 01:48:43 -0700 |
commit | d54b6099d248a2fa05bb21d7f1b822bbaa0421fa (patch) | |
tree | c5514462c661f505098ab42cb5b592572882646b /include/ItemObject.php | |
parent | f2daed5188f5999d6cdf5a4de7e05dc03ac6f69c (diff) | |
download | volse-hubzilla-d54b6099d248a2fa05bb21d7f1b822bbaa0421fa.tar.gz volse-hubzilla-d54b6099d248a2fa05bb21d7f1b822bbaa0421fa.tar.bz2 volse-hubzilla-d54b6099d248a2fa05bb21d7f1b822bbaa0421fa.zip |
remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in derived/sourced channels. It's now just "$author via $xyz".
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index df9386232..fc99c50ad 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -201,6 +201,7 @@ class Item extends BaseObject { 'linktitle' => sprintf( t('View %s\'s profile - %s'), $profile_name, $item['author']['xchan_addr']), 'olinktitle' => sprintf( t('View %s\'s profile - %s'), $this->get_owner_name(), $item['owner']['xchan_addr']), 'to' => t('to'), + 'via' => t('via'), 'wall' => t('Wall-to-Wall'), 'vwall' => t('via Wall-To-Wall:'), 'profile_url' => $profile_link, |