From d643a6e520b40aa68ef1ab1c4499b381e1945b7a Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Mon, 14 Oct 2013 21:54:12 +1100 Subject: [PATCH] Refresh Deletereason-dropdown I went around to a few MW installations on the web, and all that had modified this message added "Spam". (Also per the bug.) And "Broken redirect" seems a sensible, universal addition as well. Also putting in order of "commonness" and fixing the inconsistent spacing of the bulleted list - it annoys me every time. Bug: 47573 Change-Id: If50f30df95f969f0b56a9058fc57e7c542b7215a --- languages/messages/MessagesEn.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index faaccd2fe8..8d6557f673 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3056,10 +3056,12 @@ See $2 for a record of recent deletions.', 'deletecomment' => 'Reason:', 'deleteotherreason' => 'Other/additional reason:', 'deletereasonotherlist' => 'Other reason', -'deletereason-dropdown' => '*Common delete reasons -** Author request +'deletereason-dropdown' => '* Common delete reasons +** Spam +** Vandalism ** Copyright violation -** Vandalism', +** Author request +** Broken redirect', 'delete-edit-reasonlist' => 'Edit deletion reasons', 'delete-toobig' => 'This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}. Deletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.', -- 2.20.1