Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/173265
Change subject: Fix typo ...................................................................... Fix typo Spotted by Liuxinyu970226 and reported at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-titleblacklist-example-2/en Change-Id: I4789c97507588a71792dd9f0d0338cf90dfcb601 --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TitleBlacklist refs/changes/65/173265/1 diff --git a/i18n/en.json b/i18n/en.json index 694b7a5..068ff6e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -25,5 +25,5 @@ "apihelp-titleblacklist-param-action": "The action to be checked.", "apihelp-titleblacklist-param-nooverride": "Don't try to override the titleblacklist.", "apihelp-titleblacklist-example-1": "Check whether [[Foo]] is blacklisted", - "apihelp-titleblacklist-example-2": "Check whetner [[Bar]] is blacklisted for editing" + "apihelp-titleblacklist-example-2": "Check whether [[Bar]] is blacklisted for editing" } -- To view, visit https://gerrit.wikimedia.org/r/173265 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4789c97507588a71792dd9f0d0338cf90dfcb601 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TitleBlacklist Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
