diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-01-10 10:55:10 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-01-10 10:55:10 +0000 |
commit | 17147f81647ae23957b5ca55c4b8424c8697a0d9 (patch) | |
tree | 6ca390b4d06ddcdc8db594d8da380d31647ac278 /en/donate/index.php | |
parent | 355966f201bb228713afa00abf6f50313475b56e (diff) | |
download | www-17147f81647ae23957b5ca55c4b8424c8697a0d9.tar www-17147f81647ae23957b5ca55c4b8424c8697a0d9.tar.gz www-17147f81647ae23957b5ca55c4b8424c8697a0d9.tar.bz2 www-17147f81647ae23957b5ca55c4b8424c8697a0d9.tar.xz www-17147f81647ae23957b5ca55c4b8424c8697a0d9.zip |
show total donated money, as in other langs
Diffstat (limited to 'en/donate/index.php')
-rw-r--r-- | en/donate/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 7b15f5aa9..e62e359c5 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -40,7 +40,7 @@ </ul> <hr /> <h2 id="status">How to track donation?</h2> - <p>Currently, we received a lot of generous donations (<a href="/en/about/reports/<?php echo date('Y'); ?>">remains</a> <strong><?php echo $g_amount_remain; ?></strong>) + <p>Currently, we received a lot of generous donations (<a href="/en/about/reports/<?php echo date('Y'); ?>">remains</a> <strong><?php echo $g_donate_amount; ?></strong>) thanks to all of our <a href="/en/thank-you/">donors</a>!</p> <p>We believe public accountability is crucial. You can know more about how are used the funds received by reading our |