]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_selectors.php
Merge remote-tracking branch 'friendica/master'
[friendica.git] / include / contact_selectors.php
index 1303acf74a13a1788930997dd8953c61e8752a79..4749027046627e857c1c06ad91044e15ff583383 100644 (file)
@@ -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);
 
 }