diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-13 14:11:08 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-13 14:11:08 +0200 |
commit | f0cdbd0f520d14f3840caf41856f56133e9c3970 (patch) | |
tree | ea6bf0ca2a5a878f0156286a928c70c427958e76 /Zotlabs/Lib/Apps.php | |
parent | 321b2b9b49e7c4412906e56ffdcc1be4bf8441be (diff) | |
parent | 9632cafa95e76a53460e761385a3376f14881eae (diff) | |
download | volse-hubzilla-f0cdbd0f520d14f3840caf41856f56133e9c3970.tar.gz volse-hubzilla-f0cdbd0f520d14f3840caf41856f56133e9c3970.tar.bz2 volse-hubzilla-f0cdbd0f520d14f3840caf41856f56133e9c3970.zip |
Merge branch 'dev' into 3.8RC
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 49863edca..e6757497a 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -350,7 +350,8 @@ class Apps { 'Permission Categories' => t('Permission Categories'), 'Premium Channel' => t('Premium Channel'), 'Public Stream' => t('Public Stream'), - 'My Chatrooms' => t('My Chatrooms') + 'My Chatrooms' => t('My Chatrooms'), + 'Channel Export' => t('Channel Export') ); if(array_key_exists('name',$arr)) { |