diff options
author | zotlabs <mike@macgirvin.com> | 2019-03-07 20:01:41 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-03-07 20:01:41 -0800 |
commit | ce0067d8ebf1f7363bfb238bb73fb24078783261 (patch) | |
tree | 68ed7aa5e8e798aad1ab421732b0ac3468ffb619 | |
parent | d961cf21fb7ef13b196b37d79eac55899187d68f (diff) | |
download | volse-hubzilla-ce0067d8ebf1f7363bfb238bb73fb24078783261.tar.gz volse-hubzilla-ce0067d8ebf1f7363bfb238bb73fb24078783261.tar.bz2 volse-hubzilla-ce0067d8ebf1f7363bfb238bb73fb24078783261.zip |
It is in fact the 'Content Import' app string that needs to be translated. A previous commit errantly included the string 'Content Filter'. But don't remove 'Content Filter'. That is actually a thing in Zap and will eventually make its way to Hubzilla.
-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'), |