the help app

This commit is contained in:
friendica 2014-05-16 02:54:52 -07:00
parent b559134a14
commit 9e95458ea5
3 changed files with 4 additions and 1 deletions

3
app/help.apd Normal file
View File

@ -0,0 +1,3 @@
url: $baseurl/help
name: Help
photo: $baseurl/app/help.png

BIN
app/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -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')
);