Index: trunk/extensions/ReaderFeedback/specialpages/RatingHistory_body.php |
— | — | @@ -155,7 +155,7 @@ |
156 | 156 | if( $sExt === 'svg' ) { |
157 | 157 | $svgUrl = $this->getUrlPath( $tag, 'svg' ); |
158 | 158 | $viewLink = " <small>[<a href='".htmlspecialchars($svgUrl)."'>". |
159 | | - wfMsgHtml("readerfeedback-svg")."</a>]</small>"; |
| 159 | + wfMsgHtml("ratinghistory-svg")."</a>]</small>"; |
160 | 160 | } |
161 | 161 | $html .= "<h3>" . wfMsgHtml("readerfeedback-$tag") . "$viewLink</h3>\n" . |
162 | 162 | Xml::openElement( 'div', array('class' => 'rfb-reader_feedback_graph') ) . |
Index: trunk/extensions/ReaderFeedback/language/RatingHistory.i18n.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | 'ratinghistory-table' => 'Overview of reader ratings', |
26 | 26 | 'ratinghistory-users' => 'Users who gave ratings', |
27 | 27 | 'ratinghistory-graph' => '$2 of "$3" ($1 {{PLURAL:$1|review|reviews}})', |
28 | | - 'readerfeedback-svg' => 'View as SVG', |
| 28 | + 'ratinghistory-svg' => 'View as SVG', |
29 | 29 | 'ratinghistory-table-rating' => 'Rating', |
30 | 30 | 'ratinghistory-table-votes' => 'Votes', |
31 | 31 | 'ratinghistory-none' => 'There is not enough reader feedback data available for graphs at this time.', |