From bd8dd4e4c5508b8520fc4145d549fdfba08644f0 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 26 May 2015 09:37:37 +0200 Subject: [PATCH] Changed text in notice of update console, tiquet: #2209 --- pandora_console/include/functions_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 4fff88dded..ddaa7cfd96 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -1398,7 +1398,7 @@ function config_check () { $config["alert_cnt"]++; $_SESSION["alert_msg"] .= ui_print_info_message( array('title' => __("New update of Pandora Console"), - 'message' => __('There is a new update please go to menu Administration and into extensions go to Update Manager for more details.'), + 'message' => __('There is a new update available. Please go to Administration:Setup:Update Manager for more details.'), 'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true); } }