diff options
author | Filip Komar <filip@mageia.org> | 2012-07-27 14:24:26 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-07-27 14:24:26 +0000 |
commit | e64947e184a91de0c016806dae6fdc74d3b6ebf0 (patch) | |
tree | 039ec864402982df386f57b631d08bc7456e7a73 /en/donate | |
parent | 5ebb8860d591f34fe4e508e19099507c089f5903 (diff) | |
download | www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar.gz www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar.bz2 www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar.xz www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.zip |
change some language redirections to relative to be more translation friendly
Diffstat (limited to 'en/donate')
-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 20e57d933..bb5e118cb 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -79,7 +79,7 @@ _lang_load($locale, 'donate'); <h2 id="status"><?php _e('How to track donation?')?></h2> <p><?php echo sprintf(_t('Currently, we received a lot of generous donations (%s, remains %s) thanks to all of our <a href="/en/thank-you/">donors</a>!'), $g_donate_amount, $g_amount_remain);?></p> - <p><?php echo sprintf(_t('We believe public accountability is crucial. You can know more about how are used the funds received by reading our <a href="%s">financial reports</a>.'), '/en/about/reports/' . date('Y') . '/')?></p> + <p><?php echo sprintf(_t('We believe public accountability is crucial. You can know more about how are used the funds received by reading our <a href="%s">financial reports</a>.'), '../about/reports/' . date('Y') . '/')?></p> <hr /> <!-- |