aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-07 20:01:41 -0800
committerzotlabs <mike@macgirvin.com>2019-03-07 20:01:41 -0800
commitce0067d8ebf1f7363bfb238bb73fb24078783261 (patch)
tree68ed7aa5e8e798aad1ab421732b0ac3468ffb619 /Zotlabs/Lib/Apps.php
parentd961cf21fb7ef13b196b37d79eac55899187d68f (diff)
downloadvolse-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.
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r--Zotlabs/Lib/Apps.php1
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'),