aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-27 19:34:51 -0800
committerzotlabs <mike@macgirvin.com>2018-02-27 19:34:51 -0800
commitbe5187718c0f1791a692b7743aca51ea5f37649e (patch)
tree6aaf42224e082f371028666af0c9c70ff1dcce28 /Zotlabs
parent14183b8fb548b6525d6ce98b52ce5ec7f2580f2e (diff)
downloadvolse-hubzilla-be5187718c0f1791a692b7743aca51ea5f37649e.tar.gz
volse-hubzilla-be5187718c0f1791a692b7743aca51ea5f37649e.tar.bz2
volse-hubzilla-be5187718c0f1791a692b7743aca51ea5f37649e.zip
provide usage hint on addon settings page to save each panel before opening another. [String change, not for 3.2]
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Settings/Featured.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings/Featured.php b/Zotlabs/Module/Settings/Featured.php
index 9c5a7b16c..3740eddfa 100644
--- a/Zotlabs/Module/Settings/Featured.php
+++ b/Zotlabs/Module/Settings/Featured.php
@@ -62,6 +62,7 @@ class Featured {
$o .= replace_macros($tpl, array(
'$form_security_token' => get_form_security_token("settings_featured"),
'$title' => t('Feature/Addon Settings'),
+ '$descrip' => t('Please save/submit changes to any panel before opening another.'),
'$settings_addons' => $settings_addons
));
return $o;