From 358b2a46f5b48e5b95b75ed87752a87dccde8d8e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 7 Jan 2012 13:00:06 -0800 Subject: fix photo top view in testbubble, extend network_to_name --- include/contact_selectors.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/contact_selectors.php') diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 474902704..3211a0e58 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -74,7 +74,7 @@ function network_to_name($s) { call_hooks('network_to_name', $s); - return str_replace(array(NETWORK_DFRN,NETWORK_OSTATUS,NETWORK_FEED,NETWORK_MAIL,NETWORK_DIASPORA,NETWORK_FACEBOOK,NETWORK_ZOT), - array(t('Friendica'),t('OStatus'),t('RSS/Atom'),t('Email'),t('Diaspora'),t('Facebook'),t('Zot!')),$s); + return str_replace(array(NETWORK_DFRN,NETWORK_OSTATUS,NETWORK_FEED,NETWORK_MAIL,NETWORK_DIASPORA,NETWORK_FACEBOOK,NETWORK_ZOT,NETWORK_LINKEDIN,NETWORK_XMPP,NETWORK_MYSPACE), + array( t('Friendica'), t('OStatus'), t('RSS/Atom'), t('Email'), t('Diaspora'), t('Facebook'), t('Zot!'), t('LinkedIn'), t('XMPP/IM'), t('MySpace')),$s); } -- cgit v1.2.3