rename Addon/Feature settings to addon settings [string change]

This commit is contained in:
zotlabs 2018-02-27 19:51:29 -08:00
parent be5187718c
commit 6c60be9e8d
2 changed files with 2 additions and 2 deletions

View File

@ -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
));

View File

@ -54,7 +54,7 @@ class Settings_menu {
}
$tabs[] = array(
'label' => t('Feature/Addon settings'),
'label' => t('Addon settings'),
'url' => z_root().'/settings/featured',
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
);