From: Moriel Schottlender Date: Tue, 25 Jun 2019 17:36:17 +0000 (-0700) Subject: Followup I54b847192: BIDI isolate usernames in Special:Mute X-Git-Tag: 1.34.0-rc.0~1282 X-Git-Url: http://git.cyclocoop.org/%27%2C%20%20%20quote_amp%28%24url%29%2C%20%20%20%27?a=commitdiff_plain;h=0f5a3e74543b2d22a02727b884b64c3f854683d4;p=lhc%2Fweb%2Fwiklou.git Followup I54b847192: BIDI isolate usernames in Special:Mute Usernames can appear in any language in any wiki, so we need to bidi-isolate them inside a sentence, so they're not broken. Change-Id: Ic1402a1a5936edcb6e75b4a48d6bbecefad49f66 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index d0f6cebb5a..244b281bdd 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -4200,11 +4200,11 @@ "specialmute-success": "Your mute preferences have been successfully updated. See all muted users in [[Special:Preferences]].", "specialmute-submit": "Confirm", "specialmute-label-mute-email": "Mute emails from this user", - "specialmute-header": "Please select your mute preferences for [[User:$1]].", + "specialmute-header": "Please select your mute preferences for {{BIDI:[[User:$1]]}}.", "specialmute-error-invalid-user": "The username requested could not be found.", "specialmute-error-email-blacklist-disabled": "Muting users from sending you emails is not enabled.", "specialmute-error-email-preferences": "You must confirm your email address before you can mute a user. You may do so from [[Special:Preferences]].", - "specialmute-email-footer": "[$1 Manage email preferences for $2.]", + "specialmute-email-footer": "[$1 Manage email preferences for {{BIDI:$2}}.]", "specialmute-login-required": "Please log in to change your mute preferences.", "revid": "revision $1", "pageid": "page ID $1",