diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-15 10:42:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-15 10:42:44 +0100 |
commit | 63ee0daac51b8c04123479f2ac91e1762492896f (patch) | |
tree | 8150a3a32799b4f840f920561897cf80531c3f46 /include | |
parent | b58177e3c60fd6dfbe01549bb7894d9c84d40710 (diff) | |
download | volse-hubzilla-63ee0daac51b8c04123479f2ac91e1762492896f.tar.gz volse-hubzilla-63ee0daac51b8c04123479f2ac91e1762492896f.tar.bz2 volse-hubzilla-63ee0daac51b8c04123479f2ac91e1762492896f.zip |
provide more contact infos and update some protocol type definitions
Diffstat (limited to 'include')
-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 8671f1bd1..d44bee784 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -79,7 +79,7 @@ function network_to_name($s) { NETWORK_MAIL => t('Email'), NETWORK_DIASPORA => t('Diaspora'), NETWORK_FACEBOOK => t('Facebook'), - NETWORK_ZOT => t('Zot!'), + NETWORK_ZOT => t('Zot'), NETWORK_LINKEDIN => t('LinkedIn'), NETWORK_XMPP => t('XMPP/IM'), NETWORK_MYSPACE => t('MySpace'), |