diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6a8bb08bf9..87d2e3d8f1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-04-09 Sergio Martin + + * include/functions_reports.php: Fixed "forecating" + typo error + 2012-04-08 Junichi Satoh * include/db/postgresql.php, include/functions_config.php, diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index bb152c18cb..63dadaf01b 100644 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -489,9 +489,9 @@ function get_report_types () { - $types['prediction_date'] = array('optgroup' => __('Forecating'), + $types['prediction_date'] = array('optgroup' => __('Forecasting'), 'name' => __('Prediction date')); - $types['projection_graph'] = array('optgroup' => __('Forecating'), + $types['projection_graph'] = array('optgroup' => __('Forecasting'), 'name' => __('Projection graph'));