Index: branches/robchurch/reports/includes/reports/UnwatchedPagesReport.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | */ |
117 | 117 | public function formatRow( $title, $row, $params, $skin ) { |
118 | 118 | $plink = $skin->makeLinkObj( $title ); |
119 | | - $wlink = $skin->makeKnownLinkObj( $title, wfMsgHtml( 'watch' ), 'action=watch' ); |
| 119 | + $wlink = $skin->makeKnownLinkObj( $title, wfMsgHtml( 'unwatchedpages-watch' ), 'action=watch' ); |
120 | 120 | return "<li>{$plink} ({$wlink})</li>\n"; |
121 | 121 | } |
122 | 122 | |
Index: branches/robchurch/reports/languages/messages/MessagesEn.php |
— | — | @@ -1468,6 +1468,7 @@ |
1469 | 1469 | # Unwatched pages |
1470 | 1470 | 'unwatchedpages' => 'Unwatched pages', |
1471 | 1471 | 'unwatchedpages-header' => 'This report lists pages which are not being watched and could be prone to unnoticed vandalism.', |
| 1472 | +'unwatchedpages-watch' => 'watch', |
1472 | 1473 | |
1473 | 1474 | # List redirects |
1474 | 1475 | 'listredirects' => 'List redirects', |