Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | protected $nsfromMsg = 'allpagesprefix'; |
13 | 13 | |
14 | 14 | function __construct(){ |
15 | | - parent::__construct( 'Prefixindex' ); |
| 15 | + parent::__construct( 'Prefixindex' ); |
16 | 16 | } |
17 | 17 | |
18 | 18 | /** |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | |
34 | 34 | $wgOut->setPagetitle( ( $namespace > 0 && in_array( $namespace, array_keys( $namespaces ) ) ) |
35 | 35 | ? wfMsg( 'allinnamespace', str_replace( '_', ' ', $namespaces[$namespace] ) ) |
36 | | - : wfMsg( 'allarticles' ) |
| 36 | + : wfMsg( 'prefixindex' ) |
37 | 37 | ); |
38 | 38 | |
39 | 39 | if( isset( $par ) ){ |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -231,6 +231,7 @@ |
232 | 232 | * Http::request() now respects $wgHTTPtimeout when not using cURL |
233 | 233 | * (bug 15158) Userinvalidcssjstitle not shown on preview |
234 | 234 | * (bug 15196) Free external links should be numbered in a localised manner |
| 235 | +* (bug 15388) Title of Special:PrefixIndex |
235 | 236 | |
236 | 237 | === API changes in 1.14 === |
237 | 238 | |