Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php |
— | — | @@ -68,8 +68,8 @@ |
69 | 69 | $linkTexts = array( |
70 | 70 | 'prev' => wfMsgHtml( 'pager-newer-n', $this->mLimit ), |
71 | 71 | 'next' => wfMsgHtml( 'pager-older-n', $this->mLimit ), |
72 | | - 'first' => wfMsgHtml( 'page_first' ), |
73 | | - 'last' => wfMsgHtml( 'page_last' ) |
| 72 | + 'first' => wfMsgHtml( 'histlast' ), |
| 73 | + 'last' => wfMsgHtml( 'histfirst' ) |
74 | 74 | ); |
75 | 75 | |
76 | 76 | $pagingLinks = $this->getPagingLinks( $linkTexts ); |