From: MarcoAurelio Date: Thu, 26 Jan 2017 10:30:32 +0000 (+0100) Subject: Clarify emailuserfooter mw-message X-Git-Tag: 1.31.0-rc.0~4223 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=ee4b1dd28360f845523da911f4c5e68084ae7e9a Clarify emailuserfooter mw-message Recently we modified this message to add a privacy disclaimer which is automatically added to outbound email sent using the Special:EmailUser function on MediaWiki. The disclaimer, notwithstanding, it only shown for the receiver of the message so we should clarify that their email address will be disclosed to the original sender only if they decide to reply to the email. This patch therefore adds a "If you reply"-like wording to the emailuserfooter message clearly stating that only if the user decides to reply the message, their email address will be indeed disclosed to that original sender. Change-Id: Ie2ccf26b078e768f615eea8c8a83d92ff83abce0 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 9f03ce98d1..4ba555ec31 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2118,7 +2118,7 @@ "emailccsubject": "Copy of your message to $1: $2", "emailsent": "Email sent", "emailsenttext": "Your email message has been sent.", - "emailuserfooter": "This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. {{GENDER:$2|Your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.", + "emailuserfooter": "This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.", "usermessage-summary": "Leaving system message.", "usermessage-editor": "System messenger", "usermessage-template": "MediaWiki:UserMessage",