X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=4749027046627e857c1c06ad91044e15ff583383;hb=0dce36bdbce7482329105e2c1ef4f3c8b3043803;hp=1303acf74a13a1788930997dd8953c61e8752a79;hpb=5ec4a4e6deb5d28cbfab54093f8b4180912738d4;p=friendica.git diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 1303acf74a..4749027046 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -75,6 +75,6 @@ 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('Friendika'),t('OStatus'),t('RSS/Atom'),t('Email'),t('Diaspora'),t('Facebook'),t('Zot!')),$s); + array(t('Friendica'),t('OStatus'),t('RSS/Atom'),t('Email'),t('Diaspora'),t('Facebook'),t('Zot!')),$s); }