diff options
author | friendica <info@friendica.com> | 2014-05-15 20:09:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-15 20:09:28 -0700 |
commit | 2dee303d92e4dc5d176483b2af3791b7c5f546cb (patch) | |
tree | 5ec275daf3e210c4d1ccb2a50facf9945fed12dc /include | |
parent | 2450caa161170ee940fb1bd99b7c255111f44cba (diff) | |
download | volse-hubzilla-2dee303d92e4dc5d176483b2af3791b7c5f546cb.tar.gz volse-hubzilla-2dee303d92e4dc5d176483b2af3791b7c5f546cb.tar.bz2 volse-hubzilla-2dee303d92e4dc5d176483b2af3791b7c5f546cb.zip |
more base apps
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 f6c09d803..ced337e71 100644 --- a/include/apps.php +++ b/include/apps.php @@ -96,7 +96,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') + 'Photos' => t('Photos'), 'Events' => t('Events') ); |