Revert "changed the text of the tooltips of the variables"
This reverts commit d518e222a0
.
This commit is contained in:
parent
d518e222a0
commit
824d62a4f8
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue