Mwalker has submitted this change and it was merged. Change subject: Use plain ' instead of curved one for consistency ......................................................................
Use plain ' instead of curved one for consistency Spotted by Shirayuki in https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Emailcapture-response-body/en_%282%29 Change-Id: If53a4a1eca02a8675617cad38039262f6ba80dcc --- M EmailCapture.i18n.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Mwalker: Verified; Looks good to me, approved diff --git a/EmailCapture.i18n.php b/EmailCapture.i18n.php index d4b11be..1e763c8 100644 --- a/EmailCapture.i18n.php +++ b/EmailCapture.i18n.php @@ -31,9 +31,9 @@ And enter the following confirmation code: $3 -We’ll be in touch shortly with how you can help improve {{SITENAME}}. +We\'ll be in touch shortly with how you can help improve {{SITENAME}}. -If you didn’t initiate this request, please ignore this email and we won’t send you anything else.', +If you didn\'t initiate this request, please ignore this email and we won\'t send you anything else.', 'emailcapture-success' => 'Thank you! Your email has been successfully confirmed.', -- To view, visit https://gerrit.wikimedia.org/r/52019 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If53a4a1eca02a8675617cad38039262f6ba80dcc Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/EmailCapture Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
