Revert "changed the text of the tooltips of the variables"

This reverts commit d518e222a0.
This commit is contained in:
m-lopez-f 2015-01-13 11:23:24 +01:00
parent d518e222a0
commit 824d62a4f8
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 Custom alert macros').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
$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->colspan[$macro_count][0] = 5;
$macro_count++;