aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-19 15:18:44 -0800
committerfriendica <info@friendica.com>2015-01-19 15:18:44 -0800
commitced0685d67a608c3b7ad89dabb3f9af725b49ba2 (patch)
treef6d4779391625b86992abb3ab283965d098f1938
parent43d2703e92bc3dd15539e604dc1d0b073902f595 (diff)
downloadvolse-hubzilla-ced0685d67a608c3b7ad89dabb3f9af725b49ba2.tar.gz
volse-hubzilla-ced0685d67a608c3b7ad89dabb3f9af725b49ba2.tar.bz2
volse-hubzilla-ced0685d67a608c3b7ad89dabb3f9af725b49ba2.zip
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).
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
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' : ''),
),