jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1078031?usp=email )
Change subject: Fix sorting order ......................................................................
Fix sorting order
Change-Id: I78752dc4ce93c1b5e8431bcbc7b0e76481f6d745 --- M pywikibot/en.json 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pywikibot/en.json b/pywikibot/en.json index ece08e2..1421f9b 100644 --- a/pywikibot/en.json +++ b/pywikibot/en.json @@ -19,8 +19,8 @@ "pywikibot-enter-page-processing": "Which page should be processed?", "pywikibot-enter-xml-filename": "Please enter the XML dump's filename:", "pywikibot-fixes-fckeditor": "Bot: Fixing rich-editor html", - "pywikibot-fixes-isbn": "Bot: Formatting ISBN", "pywikibot-fixes-html": "Bot: Converting/fixing HTML", + "pywikibot-fixes-isbn": "Bot: Formatting ISBN", "pywikibot-fixes-syntax": "Bot: Fixing wiki syntax", "pywikibot-touch": "Pywikibot touch edit" }
pywikibot-commits@lists.wikimedia.org