Changed text 'Module macros' to 'Custom macros'

This commit is contained in:
m-lopez-f 2015-01-14 12:14:30 +01:00
parent f3d7f0cc39
commit 7424e37fa0
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

@ -541,7 +541,7 @@ if (isset($module_macros)) {
}
}
}
$table_macros->data[$macro_count][0] = '<span>'.__('Add Custom alert macros').'</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++;