From 481582f62856f983cf4500135985f22da0f49028 Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Thu, 6 Sep 2018 16:42:52 +0200 Subject: [PATCH] Changed event type 'Going down to critical' to 'Going up to critical' --- pandora_console/include/functions_events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 0d496bf9c4..3df864156f 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -1162,7 +1162,7 @@ function events_print_type_description ($type, $return = false) { break; case "going_down_critical": case "going_up_critical": //This is to be backwards compatible - $output .= __('Going down to critical state'); + $output .= __('Going up to critical state'); break; case "going_up_normal": case "going_down_normal": //This is to be backwards compatible