jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/414832 )
Change subject: [IMPR] Modify 'unusedfiles' bot summary ......................................................................
[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(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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" }
pywikibot-commits@lists.wikimedia.org