aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-28 13:02:22 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-28 13:02:22 +0100
commit029d155a07e4d2a0af82a19d3234cee50b57a085 (patch)
treea91e5f30b26d718d405d7e85c179fab74c401a48 /Zotlabs/Module
parentc92bc60cec7d2a50f483879731a50b55a651c64c (diff)
parent6c60be9e8d57c26e92f704de0712def767ab8705 (diff)
downloadvolse-hubzilla-029d155a07e4d2a0af82a19d3234cee50b57a085.tar.gz
volse-hubzilla-029d155a07e4d2a0af82a19d3234cee50b57a085.tar.bz2
volse-hubzilla-029d155a07e4d2a0af82a19d3234cee50b57a085.zip
erge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Settings/Featured.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Featured.php b/Zotlabs/Module/Settings/Featured.php
index 9c5a7b16c..1da139206 100644
--- a/Zotlabs/Module/Settings/Featured.php
+++ b/Zotlabs/Module/Settings/Featured.php
@@ -61,7 +61,8 @@ class Featured {
$tpl = get_markup_template("settings_addons.tpl");
$o .= replace_macros($tpl, array(
'$form_security_token' => get_form_security_token("settings_featured"),
- '$title' => t('Feature/Addon Settings'),
+ '$title' => t('Addon Settings'),
+ '$descrip' => t('Please save/submit changes to any panel before opening another.'),
'$settings_addons' => $settings_addons
));
return $o;