From ee35f9aa35924d7b3debc41cf9739065c75df6b7 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 3 Mar 2016 13:28:51 +0100 Subject: [PATCH] Erased Projection for text from graphs --- pandora_console/include/functions_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 0aeabbfae8..f7798c5358 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -1198,7 +1198,7 @@ function graphic_combined_module ($module_list, $weight_list, $period, //Get and process module name $module_name = io_safe_output( modules_get_agentmodule_name ($agent_module_id)); - $module_name = sprintf(__("projection for %s"), $module_name); + $module_name = sprintf(__("%s"), $module_name); $module_name = ui_print_truncate_text($module_name, 'module_small', false, true, false, '...', false); if ($labels[$agent_module_id] != '')