jenkins-bot submitted this change.

View Change

Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified
[bugfix] Fix isbn messages

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

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 change 782024. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id1241bd922023bc0e68366ca292c3aeeb572afcc
Gerrit-Change-Number: 782024
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged