From acfd3c61d345918762d14e8ea7e94eaae31bf424 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 15 Sep 2015 15:32:56 +0200 Subject: [PATCH] Fixed the help tip for quiet mode. --- pandora_console/godmode/agentes/planned_downtime.editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/planned_downtime.editor.php b/pandora_console/godmode/agentes/planned_downtime.editor.php index e78088e7b0..9725872f5c 100755 --- a/pandora_console/godmode/agentes/planned_downtime.editor.php +++ b/pandora_console/godmode/agentes/planned_downtime.editor.php @@ -476,7 +476,7 @@ $table->data[1][1] = html_print_select_groups(false, "AW", true, 'id_group', $id $table->data[2][0] = __('Description'); $table->data[2][1] = html_print_textarea ('description', 3, 35, $description, '', true); -$table->data[3][0] = __('Type').ui_print_help_tip(__("Quiet: Disable modules that we indicate below.").'
'. +$table->data[3][0] = __('Type').ui_print_help_tip(__("Quiet: Modules will not generate events or fire alerts.").'
'. __("Disable Agents: Disables the selected agents.").'
'. __("Disable Alerts: Disable alerts for the selected agents."), true); $table->data[3][1] = html_print_select(array('quiet' => __('Quiet'),