aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-16 02:54:52 -0700
committerfriendica <info@friendica.com>2014-05-16 02:54:52 -0700
commit9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3 (patch)
tree955e7e762cd2ddc15ac957e17c418664aae57f91 /include/apps.php
parentb559134a14f1f63ad6be3cc2356a5caa04f554e2 (diff)
downloadvolse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.tar.gz
volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.tar.bz2
volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.zip
the help app
Diffstat (limited to 'include/apps.php')
-rw-r--r--include/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php
index 1896b938b..181079f2f 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -105,7 +105,7 @@ function parse_app_description($f) {
function translate_system_apps(&$arr) {
$apps = array( 'Matrix' => t('Matrix'), 'Channel Home' => t('Channel Home'), 'Profile' => t('Profile'),
- 'Photos' => t('Photos'), 'Events' => t('Events'), 'Directory' => t('Directory')
+ 'Photos' => t('Photos'), 'Events' => t('Events'), 'Directory' => t('Directory'), 'Help' => t('Help')
);