Changed text 'Module macros' to 'Custom macros'

This commit is contained in:
m-lopez-f 2015-01-14 12:11:33 +01:00
parent bbc15b6db9
commit 9343a3dae9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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