aboutsummaryrefslogtreecommitdiffstats
path: root/include/contact_selectors.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/contact_selectors.php')
-rw-r--r--include/contact_selectors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_selectors.php b/include/contact_selectors.php
index 1303acf74..474902704 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);
}