From 56a2fca966a24805b16cc2a48a86171573682215 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 13 Jan 2015 11:13:04 +0100 Subject: [PATCH] Fixed small error in translation --- .../godmode/agentes/module_manager_editor_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index b78c52f140..7982cb52df 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 module macro').' '.html_print_image('images/add.png',true).''; +$table_macros->data[$macro_count][0] = ''.__('Add Custom alert macros').' '.html_print_image('images/add.png',true).''; $table_macros->colspan[$macro_count][0] = 5; $macro_count++;