diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index f166aa1a23..8f52df21e2 100755 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -2733,7 +2733,11 @@ function get_module_realtime_link_graph ($module) { $win_handle = "realtime_" . dechex(crc32($module["id_agente_modulo"].$module["nombre"])); $link_button = '' . - html_print_image("images/realtime_shortcut.png", true, array("border" => '0', "alt" => "")) . + html_print_image( + "images/realtime_shortcut.png", + true, + array("border" => '0', "alt" => "", 'title' => __('Realtime SNMP graph')) + ) . ''; return $link_button;