Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -290,6 +290,10 @@ |
291 | 291 | $form .= Xml::closeElement( 'fieldset' ); |
292 | 292 | $wgOut->addHTML( $form ); |
293 | 293 | |
| 294 | + $wgOut->addWikiMsg( 'recentchanges-label-legend', |
| 295 | + ChangesList::flag( 'newpage' ), ChangesList::flag( 'minor' ), |
| 296 | + ChangesList::flag( 'bot' ), ChangesList::flag( 'unpatrolled' ) ); |
| 297 | + |
294 | 298 | # If there's nothing to show, stop here |
295 | 299 | if( $numRows == 0 ) { |
296 | 300 | $wgOut->addWikiMsg( 'watchnochange' ); |