diff options
author | friendica <info@friendica.com> | 2015-01-19 15:18:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-19 15:18:44 -0800 |
commit | ced0685d67a608c3b7ad89dabb3f9af725b49ba2 (patch) | |
tree | f6d4779391625b86992abb3ab283965d098f1938 /include/widgets.php | |
parent | 43d2703e92bc3dd15539e604dc1d0b073902f595 (diff) | |
download | volse-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).
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
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' : ''), ), |