Changed text in notice of update console, tiquet: #2209

This commit is contained in:
m-lopez-f 2015-05-26 09:37:37 +02:00
parent 2bc9e80ed5
commit bd8dd4e4c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a style="font-weight:bold;" href="index.php?sec=gsetup&sec2=godmode/update_manager/update_manager&tab=online">go to Update Manager</a> for more details.'),
'message' => __('There is a new update available. Please <a style="font-weight:bold;" href="index.php?sec=gsetup&sec2=godmode/update_manager/update_manager&tab=online"> go to Administration:Setup:Update Manager</a> for more details.'),
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
}
}