Index: trunk/phase3/includes/specials/SpecialStatistics.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | $this->getLang()->formatNum( $this->total ), |
148 | 148 | array( 'class' => 'mw-statistics-pages' ), |
149 | 149 | 'statistics-pages-desc' ) . |
150 | | - $this->formatRow( Linker::linkKnown( SpecialPage::getTitleFor( 'ListFiles' ), |
| 150 | + $this->formatRow( Linker::linkKnown( SpecialPage::getTitleFor( 'Listfiles' ), |
151 | 151 | wfMsgExt( 'statistics-files', array( 'parseinline' ) ) ), |
152 | 152 | $this->getLang()->formatNum( $this->images ), |
153 | 153 | array( 'class' => 'mw-statistics-files' ) ); |