aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-22 21:24:41 -0700
committerfriendica <info@friendica.com>2014-05-22 21:24:41 -0700
commit345f784f670ed8f41bf0435f1cba8a634597b92d (patch)
treecaebe7246bdf64a57ad40f3f782d5dfc03f0e634 /include/apps.php
parent39d5f2abcfbeabb2e7d1483dfb753eda8882b35b (diff)
downloadvolse-hubzilla-345f784f670ed8f41bf0435f1cba8a634597b92d.tar.gz
volse-hubzilla-345f784f670ed8f41bf0435f1cba8a634597b92d.tar.bz2
volse-hubzilla-345f784f670ed8f41bf0435f1cba8a634597b92d.zip
fix search to use in app
Diffstat (limited to 'include/apps.php')
-rw-r--r--include/apps.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php
index ab09ff531..6897669d6 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -130,7 +130,8 @@ function translate_system_apps(&$arr) {
'Mail' => t('Mail'),
'Mood' => t('Mood'),
'Poke' => t('Poke'),
- 'Chat' => t('Chat')
+ 'Chat' => t('Chat'),
+ 'Search' => t('Search')
);
if(array_key_exists($arr['name'],$apps))