2012-04-09 Sergio Martin <sergio.martin@artica.es>
* include/functions_reports.php: Fixed "forecating" typo error git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5911 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
647ac2625a
commit
151d887a7f
|
@ -1,3 +1,8 @@
|
|||
2012-04-09 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_reports.php: Fixed "forecating"
|
||||
typo error
|
||||
|
||||
2012-04-08 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/db/postgresql.php, include/functions_config.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'));
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue