diff options
author | INOPIAE <inopiae@cacert.org> | 2014-02-05 01:33:54 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-02-05 01:33:54 +0100 |
commit | 83e838610ab177eb3de84a9768a66735756aa0ae (patch) | |
tree | beb1ad12f13cd8b199e90fdbbc7ae593a914b9fc /pages/index/52.php | |
parent | 7277e4dadeabdac888ad3089f14f2ec94aafd9f5 (diff) | |
download | cacert-devel-83e838610ab177eb3de84a9768a66735756aa0ae.tar.gz cacert-devel-83e838610ab177eb3de84a9768a66735756aa0ae.tar.xz cacert-devel-83e838610ab177eb3de84a9768a66735756aa0ae.zip |
bug 1192: fixed sprintf statement
Diffstat (limited to 'pages/index/52.php')
-rw-r--r-- | pages/index/52.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/52.php b/pages/index/52.php index 59c01a2..10871c0 100644 --- a/pages/index/52.php +++ b/pages/index/52.php @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA <div style="text-align: center;"> <h1><?=_('CAcert Community Agreement acceptance')?></h1> - <p><?=sprintf(_('To get access to your account you need to accept the %s (CCA). '),'<a href="/policy/CAcertCommunityAgreement.php">' . _('CAcert Community Agreement'). '</a>')?> </p> + <p><?=sprintf(_('To get access to your account you need to accept the %sCAcert Community Agreement%s (CCA). '),'<a href="/policy/CAcertCommunityAgreement.php">', '</a>')?> </p> <p><?=_('Explanation why')?> </p> <p><?=sprintf(_('If you do not want to accept the CCA you should think about closing your account. In this case please sent and email to support %s.'),'<a href="mailto:support@cacert.org">' . '(support@cacert.org)</a>')?> </p> <form method="post" action="index.php" > |