diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php
index 015a22ac70..021afe527e 100644
--- a/pandora_console/godmode/agentes/module_manager_editor.php
+++ b/pandora_console/godmode/agentes/module_manager_editor.php
@@ -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'));
diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php
index 7982cb52df..8f832c4ce9 100644
--- a/pandora_console/godmode/agentes/module_manager_editor_common.php
+++ b/pandora_console/godmode/agentes/module_manager_editor_common.php
@@ -541,7 +541,7 @@ if (isset($module_macros)) {
}
}
}
-$table_macros->data[$macro_count][0] = ''.__('Add Custom alert macros').' '.html_print_image('images/add.png',true).'';
+$table_macros->data[$macro_count][0] = ''.__('Custom macros').' '.html_print_image('images/add.png',true).'';
$table_macros->colspan[$macro_count][0] = 5;
$macro_count++;