From 2df150266d0cd8f8e35031b26a98da3a19b25230 Mon Sep 17 00:00:00 2001 From: Fran Rogers Date: Mon, 20 Oct 2008 06:14:08 +0000 Subject: [PATCH] For consistency, make the DeletedContributions pager use (Latest | Earliest) instead of (first | last) --- includes/specials/SpecialDeletedContributions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialDeletedContributions.php b/includes/specials/SpecialDeletedContributions.php index 5cfe048a2d..97799870e3 100644 --- a/includes/specials/SpecialDeletedContributions.php +++ b/includes/specials/SpecialDeletedContributions.php @@ -68,8 +68,8 @@ class DeletedContribsPager extends IndexPager { $linkTexts = array( 'prev' => wfMsgHtml( 'pager-newer-n', $this->mLimit ), 'next' => wfMsgHtml( 'pager-older-n', $this->mLimit ), - 'first' => wfMsgHtml( 'page_first' ), - 'last' => wfMsgHtml( 'page_last' ) + 'first' => wfMsgHtml( 'histlast' ), + 'last' => wfMsgHtml( 'histfirst' ) ); $pagingLinks = $this->getPagingLinks( $linkTexts ); -- 2.20.1