diff options
author | Friendika <info@friendika.com> | 2011-11-08 16:54:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-08 16:54:32 -0800 |
commit | 20ca93191fda9f25f387e354a8ac4edd9582ded5 (patch) | |
tree | bc3eca4d41bdf611041fb8a953ebdeda58c5634b /include/contact_selectors.php | |
parent | 02a1fdacd7fb32d40b30ea52c07c07c7c414ee76 (diff) | |
download | volse-hubzilla-20ca93191fda9f25f387e354a8ac4edd9582ded5.tar.gz volse-hubzilla-20ca93191fda9f25f387e354a8ac4edd9582ded5.tar.bz2 volse-hubzilla-20ca93191fda9f25f387e354a8ac4edd9582ded5.zip |
cleanup and loose ends
Diffstat (limited to 'include/contact_selectors.php')
-rw-r--r-- | include/contact_selectors.php | 2 |
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); } |