diff options
author | friendica <info@friendica.com> | 2014-05-16 02:54:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-16 02:54:52 -0700 |
commit | 9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3 (patch) | |
tree | 955e7e762cd2ddc15ac957e17c418664aae57f91 /include | |
parent | b559134a14f1f63ad6be3cc2356a5caa04f554e2 (diff) | |
download | volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.tar.gz volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.tar.bz2 volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.zip |
the help app
Diffstat (limited to 'include')
-rw-r--r-- | include/apps.php | 2 |
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') ); |