Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -437,7 +437,7 @@ |
438 | 438 | $panelString = implode( "\n", $panel ); |
439 | 439 | |
440 | 440 | $wgOut->addHTML( |
441 | | - Xml::fieldset( wfMsg( 'recentchanges' ), $panelString, array( 'class' => 'rcoptions' ) ) |
| 441 | + Xml::fieldset( wfMsg( strtolower( $this->mName ) ), $panelString, array( 'class' => 'rcoptions' ) ) |
442 | 442 | ); |
443 | 443 | |
444 | 444 | $this->setBottomText( $wgOut, $opts ); |