jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/782024 )

Change subject: [bugfix] Fix isbn messages
......................................................................

[bugfix] Fix isbn messages

Bug: T306166
Change-Id: Id1241bd922023bc0e68366ca292c3aeeb572afcc
---
M pywikibot/fixes.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Meno25: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/fixes.py b/pywikibot/fixes.py
index f17cf95..46758fa 100644
--- a/pywikibot/fixes.py
+++ b/pywikibot/fixes.py
@@ -381,7 +381,7 @@
             r'-search:insource:/nowiki\>ISBN:? *(?: |&\#160;)? *[0-9]/',
             '-namespace:0'],
         'regex': True,
-        'msg': 'isbn-formatting',  # use i18n translations
+        'msg': 'pywikibot-fixes-isbn',
         'replacements': [
             # Remove colon between the word ISBN and the number
             (r'ISBN: (\d+)', r'ISBN \1'),

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/782024
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id1241bd922023bc0e68366ca292c3aeeb572afcc
Gerrit-Change-Number: 782024
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Meno25 <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to