diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-17 18:27:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-17 18:27:45 -0800 |
commit | 62e3083f23283d59c8e76c1bd8ccb2a07403551c (patch) | |
tree | 937a6a1f488e618d239ac4d05f1141debd0141a9 /Zotlabs/Lib/Apps.php | |
parent | 05f9f0a393d7e414481f3e33e651d33f341e59b0 (diff) | |
parent | 647a9b2740f8b51c99909c7c059cad315b4661ba (diff) | |
download | volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.tar.gz volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.tar.bz2 volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 457b85b62..d2a307fd5 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -221,6 +221,7 @@ class Apps { static public function translate_system_apps(&$arr) { $apps = array( 'Apps' => t('Apps'), + 'Articles' => t('Articles'), 'Cards' => t('Cards'), 'Admin' => t('Site Admin'), 'Report Bug' => t('Report Bug'), |