diff options
author | phani00 <phani00@gmail.com> | 2019-02-14 09:56:53 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-02-14 09:56:53 +0100 |
commit | fc223f59242478ea4489dad299d9e66b6b53a23a (patch) | |
tree | 01cf308a30ffd43d0e60c2f9ddf884f9b30bd94c /Zotlabs/Lib/Apps.php | |
parent | 7b8eb84cb8bf46365390b192d00e21ae587f7295 (diff) | |
download | volse-hubzilla-fc223f59242478ea4489dad299d9e66b6b53a23a.tar.gz volse-hubzilla-fc223f59242478ea4489dad299d9e66b6b53a23a.tar.bz2 volse-hubzilla-fc223f59242478ea4489dad299d9e66b6b53a23a.zip |
affinity slider as app
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 9edd00667..56283ff76 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -320,6 +320,7 @@ class Apps { static public function translate_system_apps(&$arr) { $apps = array( 'Apps' => t('Apps'), + 'Affinity Tool' => t('Affinity Tool'), 'Articles' => t('Articles'), 'Cards' => t('Cards'), 'Admin' => t('Site Admin'), |