summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>"
) ?>