summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2012-05-23 00:01:54 +0200
committerMichael Tänzer <neo@nhng.de>2012-05-23 00:01:54 +0200
commit5de1cb4e94ad14c95282e7b3042d4a4179f766dc (patch)
tree085c6340eb038dbab93e81416d897ba5e603d3fc
parent01c885f8fc88cd42c750890b9accf67adfbeee40 (diff)
downloadcacert-devel-5de1cb4e94ad14c95282e7b3042d4a4179f766dc.tar.gz
cacert-devel-5de1cb4e94ad14c95282e7b3042d4a4179f766dc.tar.xz
cacert-devel-5de1cb4e94ad14c95282e7b3042d4a4179f766dc.zip
Revert "bug 1019: Doh, it's printf not sprintf, and make the string translatable"
This reverts commit 01c885f8fc88cd42c750890b9accf67adfbeee40.
-rw-r--r--pages/account/40.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/40.php b/pages/account/40.php
index 499bf4d..d458329 100644
--- a/pages/account/40.php
+++ b/pages/account/40.php
@@ -19,9 +19,9 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s
?>
<H3><?=_("Contact Us")?></H3>
-<p><? printf(_("To contact us please log out and then use the contact form ".
+<p><? sprintf("To contact us please log out and then use the contact form ".
"there or send us an email to %s. We are working to fix this ".
- "situation so you may contact us while staying logged in again."),
+ "situation so you may contact us while staying logged in again.",
"<a href='mailto:support@cacert.org'>support@cacert.org</a>"
) ?>