Changed text 'Module macros' to 'Custom macros'
This commit is contained in:
parent
bbc15b6db9
commit
9343a3dae9
|
@ -462,7 +462,7 @@ html_print_table ($table_simple);
|
|||
ui_toggle(html_print_table ($table_advanced, true),
|
||||
__('Advanced options'));
|
||||
ui_toggle(html_print_table ($table_macros, true),
|
||||
__('Module macros') . ui_print_help_icon ('module_macros', true));
|
||||
__('Custom macros') . ui_print_help_icon ('module_macros', true));
|
||||
ui_toggle(html_print_table ($table_new_relations, true) .
|
||||
html_print_table ($table_relations, true), __('Module relations'));
|
||||
|
||||
|
|
|
@ -574,7 +574,7 @@ if (isset($module_macros)) {
|
|||
}
|
||||
}
|
||||
}
|
||||
$table_macros->data[$macro_count][0] = '<span>'.__('Add module macro').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
|
||||
$table_macros->data[$macro_count][0] = '<span>'.__('Custom macros').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
|
||||
$table_macros->colspan[$macro_count][0] = 5;
|
||||
$macro_count++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue