diff options
-rw-r--r-- | en/about/reports/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php index 679406fe7..c3c33826d 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -24,7 +24,8 @@ $dictionary = read_translation_file($locale, 'about/reports'); <p><?php _g('Here you will find our various activity and financial reports for every year.')?></p> <ul> - <li>2014: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2014.html">', ' ' . _r('(in progress)')));?></li> + <li>2015: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2015.html">', ' ' . _r('(in progress)')));?></li> + <li>2014: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2014.html">', ''));?></li> <li>2013: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2013.html">', ''));?></li> <li>2012: <?php _g('%sFinancial report</a>%s.', array('<a href="2012/">', ''));?></li> <li>2011: <?php _g('<a href="https://wiki.mageia.org/en/Rapport_moral_2011">Moral report</a> (in French & English), <a href="2011/">financial report</a>.')?></li> |