Index: trunk/extensions/Translate/SpecialTranslationChanges.php |
— | — | @@ -150,7 +150,7 @@ |
151 | 151 | |
152 | 152 | $exportLabel = wfMsgHtml( self::MSG . 'export' ); |
153 | 153 | |
154 | | - $titleText = SpecialPage::getTitleFor( 'translate' ); |
| 154 | + $titleText = SpecialPage::getTitleFor( 'Translate' ); |
155 | 155 | |
156 | 156 | $export = $skin->link( |
157 | 157 | $titleText, |