diff options
Diffstat (limited to 'include/apps.php')
-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') ); |