From 2542114702338ecf1611841efb175ba0bf138441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Tue, 2 Oct 2012 23:21:54 +0200 Subject: bug 1091: Fix line endings and add note to write to support on abuse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- www/wot.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/wot.php b/www/wot.php index 8767c56..2878534 100644 --- a/www/wot.php +++ b/www/wot.php @@ -442,7 +442,7 @@ $iecho= "c"; where `to`='".$user['id']."' group by `to` HAVING SUM(`points`) > 0")); if($points > 0) { - $my_translation = L10n::get_translation(); + $my_translation = L10n::get_translation(); L10n::set_translation($user['language']); $subject = "[CAcert.org] ".sprintf(_("Message from %s"), @@ -458,9 +458,11 @@ $iecho= "c"; $body .= $_REQUEST['message']."\n\n"; $body .= "------------------------------------------------\n\n"; $body .= _("Please note, that this is NOT a message on behalf ". - "of CAcert but another user.")."\n\n"; + "of CAcert but another CAcert community member. If ". + "you suspect that the contact form might have been ". + "abused, please write to support@cacert.org")."\n\n"; $body .= _("Best regards")."\n"; - $body .= _("CAcert Support Team"); + $body .= _("Your CAcert Community"); sendmail($user['email'], $subject, $body, $_SESSION['profile']['email'], //from -- cgit v1.2.1