diff options
author | Filip Komar <filip@mageia.org> | 2012-07-28 11:51:08 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-07-28 11:51:08 +0000 |
commit | c5d4252d9168efc5279bf02057b84a5becdbd535 (patch) | |
tree | dd3fb5a74ce5af28bcffc74918f88441f3cded1c /en | |
parent | 315f9fa5471ecb2c4d9b162070549e1f6b3952dc (diff) | |
download | www-c5d4252d9168efc5279bf02057b84a5becdbd535.tar www-c5d4252d9168efc5279bf02057b84a5becdbd535.tar.gz www-c5d4252d9168efc5279bf02057b84a5becdbd535.tar.bz2 www-c5d4252d9168efc5279bf02057b84a5becdbd535.tar.xz www-c5d4252d9168efc5279bf02057b84a5becdbd535.zip |
change some language redirections to relative to be more translation friendly
Diffstat (limited to 'en')
-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 bb5e118cb..2b5f98f6d 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -77,7 +77,7 @@ _lang_load($locale, 'donate'); </div> <div class="para track"> <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>!'), + <p><?php echo sprintf(_t('Currently, we received a lot of generous donations (%s, remains %s) thanks to all of our <a href="../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>.'), '../about/reports/' . date('Y') . '/')?></p> |