Raimond Spekking has submitted this change and it was merged. Change subject: Move full stop outside of link ......................................................................
Move full stop outside of link Spotted by Shirayuki in https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Translationnotifications-signup-legal/en Change-Id: I9f8e9f2785a963362476c0808723ec1e4433549a --- M TranslationNotifications.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Raimond Spekking: Looks good to me, approved jenkins-bot: Verified diff --git a/TranslationNotifications.i18n.php b/TranslationNotifications.i18n.php index 9ab5662..23ddf58 100644 --- a/TranslationNotifications.i18n.php +++ b/TranslationNotifications.i18n.php @@ -124,7 +124,7 @@ 'translationnotifications-sent-body' => 'Translation notification was sent.', 'translationnotifications-log-alllanguages' => 'all languages', 'translationnotifications-nodeadline' => 'none', - 'translationnotifications-signup-legal' => 'You agree that by providing this information we may contact you regarding topics related to {{SITENAME}} we think may be of interest to you. You agree your data is subject to our [[{{MediaWiki:Privacypage}}|privacy policy.]]' + 'translationnotifications-signup-legal' => 'You agree that by providing this information we may contact you regarding topics related to {{SITENAME}} we think may be of interest to you. You agree your data is subject to our [[{{MediaWiki:Privacypage}}|privacy policy]].' ); /** Message documentation (Message documentation) -- To view, visit https://gerrit.wikimedia.org/r/52021 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f8e9f2785a963362476c0808723ec1e4433549a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TranslationNotifications Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
