diff options
author | Damien Lallement <dams@mageia.org> | 2011-10-07 08:58:17 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-10-07 08:58:17 +0000 |
commit | 65edf60929dac1d8e535aa42bc65fe4f7aaa1c24 (patch) | |
tree | 4fb336ea29a58fec49c45e7ed2c33a78c6617784 | |
parent | 357eacab71182f897a9ad4f62f01bf34b91e3d76 (diff) | |
download | www-65edf60929dac1d8e535aa42bc65fe4f7aaa1c24.tar www-65edf60929dac1d8e535aa42bc65fe4f7aaa1c24.tar.gz www-65edf60929dac1d8e535aa42bc65fe4f7aaa1c24.tar.bz2 www-65edf60929dac1d8e535aa42bc65fe4f7aaa1c24.tar.xz www-65edf60929dac1d8e535aa42bc65fe4f7aaa1c24.zip |
remove total amount
-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 ee2d54b54..7b15f5aa9 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 have got <strong><?php echo $g_donate_amount; ?></strong> (<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_amount_remain; ?></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 |