diff options
Diffstat (limited to 'include/apps.php')
-rw-r--r-- | include/apps.php | 3 |
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)) |