From d54b6099d248a2fa05bb21d7f1b822bbaa0421fa Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 19 Oct 2013 01:48:43 -0700 Subject: 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". --- include/ItemObject.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ItemObject.php') 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, -- cgit v1.2.3