]> git.mxchange.org Git - friendica.git/commitdiff
use Archives for the additional feature setting like it is used in the network sidebar
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 May 2018 10:32:47 +0000 (12:32 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 May 2018 10:32:47 +0000 (12:32 +0200)
src/Content/Feature.php

index 92cb9ae7734b1b54592cc99450517f8c72e00489..8bb834b95cd9675fb41d728a6bbe6af76bac4fee 100644 (file)
@@ -93,7 +93,7 @@ class Feature
                        // Network sidebar widgets
                        'widgets' => [
                                L10n::t('Network Sidebar Widgets'),
-                               ['archives',         L10n::t('Search by Date'), L10n::t('Ability to select posts by date ranges'), false, Config::get('feature_lock', 'archives', false)],
+                               ['archives',         L10n::t('Archives'), L10n::t('Ability to select posts by date ranges'), false, Config::get('feature_lock', 'archives', false)],
                                ['forumlist_widget', L10n::t('List Forums'),    L10n::t('Enable widget to display the forums your are connected with'), true, Config::get('feature_lock', 'forumlist_widget', false)],
                                ['groups',           L10n::t('Group Filter'),   L10n::t('Enable widget to display Network posts only from selected group'), false, Config::get('feature_lock', 'groups', false)],
                                ['networks',         L10n::t('Network Filter'), L10n::t('Enable widget to display Network posts only from selected network'), false, Config::get('feature_lock', 'networks', false)],