aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets.php')
-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' : ''),
),