Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/52021
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TranslationNotifications refs/changes/21/52021/1 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: newchange Gerrit-Change-Id: I9f8e9f2785a963362476c0808723ec1e4433549a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TranslationNotifications Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
