jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/871919 )
Change subject: fix category-clean message
......................................................................
fix category-clean message
The meaning of the message is:
Remove specified category from the page
(or remove page from the category),
because the page already belongs
to subcategory of specified category `child`
Change-Id: I5ea5c5b488e43564bad1b8d1061fcf2f0791c1d0
---
M category/en.json
1 file changed, 16 insertions(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/category/en.json b/category/en.json
index 207314a..190f45b 100644
--- a/category/en.json
+++ b/category/en.json
@@ -8,7 +8,7 @@
},
"category-adding": "Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]",
"category-also-in": "(also in %(alsocat)s)",
- "category-clean": "Bot: Removing category %(category)s which is already in %(child)s",
+ "category-clean": "Bot: Removing category %(category)s because it's already under %(child)s",
"category-listifying": "Bot: Listifying from %(fromcat)s ({{PLURAL:%(num)d|1 entry|%(num)d entries}})",
"category-removing": "Bot: Removing from %(oldcat)s",
"category-renamed": "Bot: Moved from %(oldcat)s. Authors: %(authors)s",
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/871919
To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Change-Id: I5ea5c5b488e43564bad1b8d1061fcf2f0791c1d0
Gerrit-Change-Number: 871919
Gerrit-PatchSet: 2
Gerrit-Owner: Costa Shul <constantine.shulyupin(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged