From 267f85dc0d59a0f7221db8a01343d0ca044fac8b Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 24 Nov 2015 15:21:03 +0100 Subject: [PATCH] Fixed tooltip text. Tiquet: #2993 (cherry picked from commit b5de23a9b3cf3d530dbb7d4d732c01691703fa2b) --- pandora_console/operation/agentes/estado_monitores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index b94d28dbe6..aef9b2ff1a 100755 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -121,7 +121,7 @@ $status_text_monitor = get_parameter('status_text_monitor', ''); echo "

"; -echo ui_print_help_tip(__('For to view the list modules paginated, set in setup visuals.'), true) . +echo ui_print_help_tip(__('To see the list of modules paginated, enable this option in the Styles Configuration.'), true) . __('Full list of monitors') . ' ' . reporting_tiny_stats ($agent, true, 'modules');