diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-27 19:51:29 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-27 19:51:29 -0800 |
commit | 6c60be9e8d57c26e92f704de0712def767ab8705 (patch) | |
tree | b6bf7ece7c2979e4e16b273999fb77db880f2503 /Zotlabs/Module/Settings/Featured.php | |
parent | be5187718c0f1791a692b7743aca51ea5f37649e (diff) | |
download | volse-hubzilla-6c60be9e8d57c26e92f704de0712def767ab8705.tar.gz volse-hubzilla-6c60be9e8d57c26e92f704de0712def767ab8705.tar.bz2 volse-hubzilla-6c60be9e8d57c26e92f704de0712def767ab8705.zip |
rename Addon/Feature settings to addon settings [string change]
Diffstat (limited to 'Zotlabs/Module/Settings/Featured.php')
-rw-r--r-- | Zotlabs/Module/Settings/Featured.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Featured.php b/Zotlabs/Module/Settings/Featured.php index 3740eddfa..1da139206 100644 --- a/Zotlabs/Module/Settings/Featured.php +++ b/Zotlabs/Module/Settings/Featured.php @@ -61,7 +61,7 @@ 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 )); |