diff options
author | Mario <mario@mariovavti.com> | 2019-03-10 11:40:33 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-10 11:40:33 +0100 |
commit | 91358010a0501eebc6289926ec0f5a670f9a8e1f (patch) | |
tree | 37423abb2147b56945ac43a7ad0f13936890eec4 /Zotlabs/Lib/Apps.php | |
parent | 73c96f35c1b1e50518179f430ceaa3ebc0a7d643 (diff) | |
parent | 51024d382172c5e2e62bacc6d9103a1caa40e4a5 (diff) | |
download | volse-hubzilla-91358010a0501eebc6289926ec0f5a670f9a8e1f.tar.gz volse-hubzilla-91358010a0501eebc6289926ec0f5a670f9a8e1f.tar.bz2 volse-hubzilla-91358010a0501eebc6289926ec0f5a670f9a8e1f.zip |
Merge branch 'dev' into 'dev'
non-critical: port zot_record_preferred()
See merge request hubzilla/core!1546
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 7541c68a4..fefc6639d 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -328,6 +328,7 @@ class Apps { 'Bookmarks' => t('Bookmarks'), 'Chatrooms' => t('Chatrooms'), 'Content Filter' => t('Content Filter'), + 'Content Import' => t('Content Import'), 'Connections' => t('Connections'), 'Remote Diagnostics' => t('Remote Diagnostics'), 'Suggest Channels' => t('Suggest Channels'), |