]> git.mxchange.org Git - friendica.git/commitdiff
Added app.net
authorMichael Vogel <icarus@dabo.de>
Thu, 5 Jun 2014 15:44:35 +0000 (17:44 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 5 Jun 2014 15:44:35 +0000 (17:44 +0200)
include/contact_selectors.php

index dfdd2fa38f27ced6e6690ff7ddefb9596a938bfa..c04b07fb64e60f70e1735b78aa8a7fb7a00b19c2 100644 (file)
@@ -88,7 +88,8 @@ function network_to_name($s) {
                NETWORK_PUMPIO   => t('pump.io'),
                NETWORK_TWITTER  => t('Twitter'),
                NETWORK_DIASPORA2 => t('Diaspora Connector'),
-               NETWORK_STATUSNET => t('Statusnet')
+               NETWORK_STATUSNET => t('Statusnet'),
+               NETWORK_APPNET => t('App.net')
        );
 
        call_hooks('network_to_name', $nets);