diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e47f3c0246..db2c627eb7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-02-03 Javier Lanz + + * extensions/agents_modules.php: Fixed an error in the header of + Agent/Module extension + + Fix: #3152681 + 2011-02-23 Ramon Novoa * include/functions_ui.php: Call safe_output instead of diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 33bc0bcbeb..26e1a49fcc 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -51,7 +51,7 @@ function mainAgentsModules() { $updated_info = __("Updated at realtime"); } - $updated_time = print_image ("images/information.png", true, array ("title" => $updated_info, "style" => 'margin: 5px 3px 0px 10px')).$updated_info; + $updated_time = print_image ("images/information.png", true, array ("title" => __('Last update'), "style" => 'margin: 5px 3px 0px 10px')).$updated_info; $modulegroup = get_parameter('modulegroup', 0); $refr = get_parameter('refr', 30); // By default 30 seconds