diff options
author | friendica <info@friendica.com> | 2014-05-22 20:39:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-22 20:39:42 -0700 |
commit | 39d5f2abcfbeabb2e7d1483dfb753eda8882b35b (patch) | |
tree | 0df9196194d0c74658e547beab0207c4ef0d3b7f /include | |
parent | bcac633085d9383ad32f3608f07f83df31cc7635 (diff) | |
download | volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.tar.gz volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.tar.bz2 volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.zip |
more apps
Diffstat (limited to 'include')
-rw-r--r-- | include/apps.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apps.php b/include/apps.php index 37deb0bbc..ab09ff531 100644 --- a/include/apps.php +++ b/include/apps.php @@ -129,6 +129,8 @@ function translate_system_apps(&$arr) { 'Help' => t('Help'), 'Mail' => t('Mail'), 'Mood' => t('Mood'), + 'Poke' => t('Poke'), + 'Chat' => t('Chat') ); if(array_key_exists($arr['name'],$apps)) |