summaryrefslogtreecommitdiff
path: root/includes/actions/pagers/HistoryPager.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/actions/pagers/HistoryPager.php')
-rw-r--r--includes/actions/pagers/HistoryPager.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/includes/actions/pagers/HistoryPager.php b/includes/actions/pagers/HistoryPager.php
index f3cbb096493d..06bb2982f294 100644
--- a/includes/actions/pagers/HistoryPager.php
+++ b/includes/actions/pagers/HistoryPager.php
@@ -594,7 +594,9 @@ class HistoryPager extends ReverseChronologicalPager {
return $this->getLinkRenderer()->makeKnownLink(
$this->getTitle(),
new HtmlArmor( $cur ),
- [],
+ [
+ 'title' => $this->historyPage->message['tooltip-cur']
+ ],
[
'diff' => $latest,
'oldid' => $rev->getId()
@@ -626,7 +628,9 @@ class HistoryPager extends ReverseChronologicalPager {
return $linkRenderer->makeKnownLink(
$this->getTitle(),
new HtmlArmor( $last ),
- [],
+ [
+ 'title' => $this->historyPage->message['tooltip-last']
+ ],
[
'diff' => $prevRev->getId(),
'oldid' => 'prev'
@@ -649,7 +653,9 @@ class HistoryPager extends ReverseChronologicalPager {
return $linkRenderer->makeKnownLink(
$this->getTitle(),
new HtmlArmor( $last ),
- [],
+ [
+ 'title' => $this->historyPage->message['tooltip-last']
+ ],
[
'diff' => $prevRev->getId(),
'oldid' => $next->rev_id