rename Addon/Feature settings to addon settings [string change]
This commit is contained in:
parent
be5187718c
commit
6c60be9e8d
@ -61,7 +61,7 @@ class Featured {
|
|||||||
$tpl = get_markup_template("settings_addons.tpl");
|
$tpl = get_markup_template("settings_addons.tpl");
|
||||||
$o .= replace_macros($tpl, array(
|
$o .= replace_macros($tpl, array(
|
||||||
'$form_security_token' => get_form_security_token("settings_featured"),
|
'$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.'),
|
'$descrip' => t('Please save/submit changes to any panel before opening another.'),
|
||||||
'$settings_addons' => $settings_addons
|
'$settings_addons' => $settings_addons
|
||||||
));
|
));
|
||||||
|
@ -54,7 +54,7 @@ class Settings_menu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tabs[] = array(
|
$tabs[] = array(
|
||||||
'label' => t('Feature/Addon settings'),
|
'label' => t('Addon settings'),
|
||||||
'url' => z_root().'/settings/featured',
|
'url' => z_root().'/settings/featured',
|
||||||
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
|
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user