Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php |
— | — | @@ -458,7 +458,7 @@ |
459 | 459 | $plot->format['rave'] = array( 'style' => 'stroke:green; stroke-width:1;'); |
460 | 460 | $plot->format['dcount'] = array( 'style' => 'stroke:none; stroke-width:1;', |
461 | 461 | 'attributes' => "marker-end='url(#circle)'"); |
462 | | - $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag'), |
| 462 | + $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag','content'), |
463 | 463 | $totalCount, wfMsgHtml("readerfeedback-$tag"), $this->page->getPrefixedText() ); |
464 | 464 | $plot->styleTitle = 'font-family: sans-serif; font-size: 10pt;'; |
465 | 465 | // extra code for markers |