diff options
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 96f44947d..de14c6888 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -32,7 +32,7 @@ _lang_load($locale, 'donate'); <?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?> </li> <li><h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3> - <?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA'); ?> + <?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '<a href="https://blockchain.info/address/1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA">1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA</a>'); ?> </li> <li><h3><?php _e('via bank transfer,'); ?></h3> <p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p> |