From 03578ed924bb859824d65ec1b52c37d408188190 Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 25 Sep 2015 18:28:46 +0200 Subject: [PATCH] Use a constructive button on Special:MovePage Instead of a progressive button, use a constructive one, which indicates, that the process of moving a page will be finished after submitting the form. Bug: T113493 Change-Id: I35ad8e5325452c20ffe2124ddbfd5bc1f0e7bb3c --- includes/specials/SpecialMovepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index f7a0a20a69..ab28fa4784 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -464,7 +464,7 @@ class MovePageForm extends UnlistedSpecialPage { 'name' => $submitVar, 'value' => $movepagebtn, 'label' => $movepagebtn, - 'flags' => array( 'progressive', 'primary' ), + 'flags' => array( 'constructive', 'primary' ), 'type' => 'submit', ) ), array( -- 2.20.1