jenkins-bot has submitted this change and it was merged. Change subject: Fix badly worded link anchor ......................................................................
Fix badly worded link anchor See also https://www.mediawiki.org/wiki/Localisation#Use_meaningful_link_anchors Change-Id: I3dc7eaf13118e3b71115282c751c39a501b37075 --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index 0c13988..7189543 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -5,6 +5,6 @@ "gpgmail-desc": "Encrypt emails with GPG", "gpgmail-pref-enable": "Encrypt emails with GPG", "gpgmail-pref-key": "GPG public key", - "gpgmail-pref-key-help": "For help on getting a public key, see [https://help.ubuntu.com/community/GnuPrivacyGuardHowto this page].", + "gpgmail-pref-key-help": "See [https://help.ubuntu.com/community/GnuPrivacyGuardHowto Ubuntu's how-to page] for help on getting a public key.", "gpgmail-encrypt-error": "There was an error while encrypting the email." } -- To view, visit https://gerrit.wikimedia.org/r/245480 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3dc7eaf13118e3b71115282c751c39a501b37075 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/GPGMail Gerrit-Branch: master Gerrit-Owner: Purodha <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
