diff options
author | friendica <info@friendica.com> | 2014-06-03 19:45:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-03 19:45:38 -0700 |
commit | b5617a5552896a7715264a374299a241df47b062 (patch) | |
tree | 3bb53ee03915543c39bb79471b8ffa1633fd5640 /include/apps.php | |
parent | 737d3f583665f24881e484b40acf0bbc5f498e48 (diff) | |
download | volse-hubzilla-b5617a5552896a7715264a374299a241df47b062.tar.gz volse-hubzilla-b5617a5552896a7715264a374299a241df47b062.tar.bz2 volse-hubzilla-b5617a5552896a7715264a374299a241df47b062.zip |
suggest app
Diffstat (limited to 'include/apps.php')
-rw-r--r-- | include/apps.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php index a24d8e503..f7b09c7b6 100644 --- a/include/apps.php +++ b/include/apps.php @@ -131,7 +131,9 @@ function translate_system_apps(&$arr) { 'Mood' => t('Mood'), 'Poke' => t('Poke'), 'Chat' => t('Chat'), - 'Search' => t('Search') + 'Search' => t('Search'), + 'Probe' => t('Probe'), + 'Suggest' => t('Suggest') ); if(array_key_exists($arr['name'],$apps)) |