From ced0685d67a608c3b7ad89dabb3f9af725b49ba2 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 19 Jan 2015 15:18:44 -0800 Subject: Change link label from Feature settings to Feature/Addon settings to more accurately describe its purpose, since we currently use it exclusively for addons (though this will not always be true). --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/widgets.php b/include/widgets.php index 18778ed36..9f9268055 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -481,7 +481,7 @@ function widget_settings_menu($arr) { ), array( - 'label' => t('Feature settings'), + 'label' => t('Feature/Addon settings'), 'url' => $a->get_baseurl(true).'/settings/featured', 'selected' => ((argv(1) === 'featured') ? 'active' : ''), ), -- cgit v1.2.3