jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] Modify 'unusedfiles' bot summary

The current summary for the unusedfiles.py is misleading. An orphan file
does not necesarily mean that the file will be deleted. Yet the summary
that this script uses ("images for elimination") implies that. Modern
wiki installations also do allow nowadays the uploading of several types
of multimedia files. Therefore proposing a more accurate "tagging file
as orphaned" summary for this script. This patch also mades a syntax
change, changing spaces to use tabs.

Change-Id: I23c4d3717c7507b6c007748bda156806bb854f4f
---
M unusedfiles/en.json
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/unusedfiles/en.json b/unusedfiles/en.json
index 9a71ae9..055d0f6 100644
--- a/unusedfiles/en.json
+++ b/unusedfiles/en.json
@@ -1,8 +1,9 @@
{
- "@metadata": {
- "authors": [
- "Leonardo Gregianin"
- ]
- },
- "unusedfiles-comment": "Bot: images for elimination"
+ "@metadata": {
+ "authors": [
+ "Leonardo Gregianin",
+ "MarcoAurelio"
+ ]
+ },
+ "unusedfiles-comment": "Bot: tagging file as orphaned"
}

To view, visit change 414832. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I23c4d3717c7507b6c007748bda156806bb854f4f
Gerrit-Change-Number: 414832
Gerrit-PatchSet: 2
Gerrit-Owner: MarcoAurelio <maurelio@tools.wmflabs.org>
Gerrit-Reviewer: Merlijn van Deen <valhallasw@arctus.nl>
Gerrit-Reviewer: Siebrand <siebrand@kitano.nl>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>