diff options
author | filip <filip.komar@gmail.com> | 2016-11-13 18:32:31 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-11-13 18:32:31 +0100 |
commit | 54376d722d45590cefac4eebe150f941e4da1250 (patch) | |
tree | ca070cca460f89d7377be59cc83f5dd402a84414 /en/about/reports | |
parent | 5fe130f8545c84fafed949be0da296b966556b8a (diff) | |
download | www-54376d722d45590cefac4eebe150f941e4da1250.tar www-54376d722d45590cefac4eebe150f941e4da1250.tar.gz www-54376d722d45590cefac4eebe150f941e4da1250.tar.bz2 www-54376d722d45590cefac4eebe150f941e4da1250.tar.xz www-54376d722d45590cefac4eebe150f941e4da1250.zip |
fix bug #19580
Diffstat (limited to 'en/about/reports')
-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 c61cc7d7c..cdf5ed313 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -25,7 +25,8 @@ $dictionary = read_translation_file($locale, array('about/reports', 'common_foot <p><?php _g('Here you will find our various activity and financial reports for every year.')?></p> <ul> - <li>2015: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2015.html">', ' ' . _r('(in progress)')));?></li> + <li>2016: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2016.html">', ' ' . _r('(in progress)')));?></li> + <li>2015: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2015.html">', ''));?></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> |