From 6d6c69cc8e13ac2d84996f148a417290c41b6df9 Mon Sep 17 00:00:00 2001 From: Volker E Date: Sat, 21 Apr 2018 19:13:22 -0700 Subject: [PATCH] Special:PrefixIndex: Fix form legend `allpages` is insufficient description, making use of `prefixindex` equivalent to page title. Change-Id: I75117d3d881df05d9f85835caf0fdf3cd7adcf01 --- includes/specials/SpecialPrefixindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 9ff6d70811..fac71b2d78 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -127,7 +127,7 @@ class SpecialPrefixindex extends SpecialAllPages { $htmlForm = new HTMLForm( $formDescriptor, $this->getContext() ); $htmlForm ->setMethod( 'get' ) - ->setWrapperLegendMsg( 'allpages' ) + ->setWrapperLegendMsg( 'prefixindex' ) ->setSubmitTextMsg( 'prefixindex-submit' ); return $htmlForm->prepareForm()->getHTML( false ); -- 2.20.1