Merge branch 'pandora_5.1' of https://github.com/pandorafms/pandorafms into pandora_5.1

This commit is contained in:
m-lopez-f 2015-01-13 11:25:15 +01:00
commit cebaaeba8e
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,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>'.__('Add Custom alert macros').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
$table_macros->colspan[$macro_count][0] = 5;
$macro_count++;