diff options
author | Michael Tänzer <neo@nhng.de> | 2013-07-31 00:06:30 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-07-31 00:06:30 +0200 |
commit | a3d60a6876e8b1f180ff5ac7062902c8e4b97250 (patch) | |
tree | 1758fa357b0127fb1c7f69377954d89f7dd6d3b5 /pages/index/21.php | |
parent | ddd22c3c95466d262cdeb9ba81117e84639d43d6 (diff) | |
download | cacert-devel-a3d60a6876e8b1f180ff5ac7062902c8e4b97250.tar.gz cacert-devel-a3d60a6876e8b1f180ff5ac7062902c8e4b97250.tar.xz cacert-devel-a3d60a6876e8b1f180ff5ac7062902c8e4b97250.zip |
bug-1198: Use EUR because the Euro sign was not properly displayed
Diffstat (limited to 'pages/index/21.php')
-rw-r--r-- | pages/index/21.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/index/21.php b/pages/index/21.php index f11a922..26b555a 100644 --- a/pages/index/21.php +++ b/pages/index/21.php @@ -26,21 +26,21 @@ page called from the following pages <h3><?=_("For CAcert Association Members")?></h3> <b><?=_("Have you paid your CAcert Association membership fees for the year?")?></b> -<p><?=_("If not then select this PayPal button to establish annual payment of your 10 € membership fee.")?></p> +<p><?=_("If not then select this PayPal button to establish annual payment of your 10 EUR membership fee.")?></p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="AMCDNMBBDXGA2"> <input type="image" src="/images/btn_subscribeCC_LG.gif" border="0" name="submit" alt="Subscription payment for membership fee"> </form> -<p><?=_("To do a single 10 € Membership-Fee Payment, please use this button:")?></p> +<p><?=_("To do a single 10 EUR Membership-Fee Payment, please use this button:")?></p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="8F4WL72WX857J"> <input type="image" src="/images/btn_paynowCC_LG.gif" border="0" name="submit" alt="Single payment for membership fee"> </form> -<p><?=_("If you are located in Australia, you can use bank transfer instead and pay the equivalent of US$10 in AU$.")?></p> +<p><?=_("If you are located in Australia, you can use bank transfer instead and pay the equivalent of 10 EUR in AUD.")?></p> <p><?=_("Please also include your name in the transaction so we know who it came from and send an email to secretary at cacert dot org with the details:")?></p> |