diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php
index 7982cb52df..b78c52f140 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] = ''.__('Add module macro').' '.html_print_image('images/add.png',true).'';
$table_macros->colspan[$macro_count][0] = 5;
$macro_count++;