diff options
author | Bernhard Froehlich <ted@convey.de> | 2011-09-25 00:12:09 +0200 |
---|---|---|
committer | Bernhard Froehlich <ted@convey.de> | 2011-09-25 00:12:09 +0200 |
commit | 8de28bd12565f66b7b168767a17210bb29a5a0aa (patch) | |
tree | f7c6b676ef31d49cf8dc16435c55ccf6b9c53e63 /pages/account/38.php | |
parent | 70febad558ab881d3ef15bfb2e955c7409a4a265 (diff) | |
download | cacert-devel-8de28bd12565f66b7b168767a17210bb29a5a0aa.tar.gz cacert-devel-8de28bd12565f66b7b168767a17210bb29a5a0aa.tar.xz cacert-devel-8de28bd12565f66b7b168767a17210bb29a5a0aa.zip |
Changes from https://bugs.cacert.org/view.php?id=965#c2374
Diffstat (limited to 'pages/account/38.php')
-rwxr-xr-x | pages/account/38.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/account/38.php b/pages/account/38.php index 34cbea4..f311bf5 100755 --- a/pages/account/38.php +++ b/pages/account/38.php @@ -19,7 +19,11 @@ <h4><?=_("If I'd like to donate to CAcert Inc., how can I do it?")?></h4> -<p><?=_("CAcert Inc. is a non-profit association which is legally able to accept donations. CAcert adheres to strict guidelines about how this money can to be used. If you'd like to make a donation, you can do so via")?> +<p> +<? +printf(_("CAcert Inc. is a non-profit association which is legally able to accept donations. CAcert adheres to %sstrict guidelines%s about how this money can to be used. If you'd like to make a donation, you can do so via"), + '<a href="//wiki.cacert.org/FAQ/DonationsGuideline">', '</a>'); +?> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> |