r57351 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57350‎ | r57351 | r57352 >
Date:02:29, 4 October 2009
Author:aaron
Status:ok
Tags:
Comment:
Rename message
Modified paths:
  • /trunk/extensions/ReaderFeedback/language/RatingHistory.i18n.php (modified) (history)
  • /trunk/extensions/ReaderFeedback/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReaderFeedback/specialpages/RatingHistory_body.php
@@ -155,7 +155,7 @@
156156 if( $sExt === 'svg' ) {
157157 $svgUrl = $this->getUrlPath( $tag, 'svg' );
158158 $viewLink = " <small>[<a href='".htmlspecialchars($svgUrl)."'>".
159 - wfMsgHtml("readerfeedback-svg")."</a>]</small>";
 159+ wfMsgHtml("ratinghistory-svg")."</a>]</small>";
160160 }
161161 $html .= "<h3>" . wfMsgHtml("readerfeedback-$tag") . "$viewLink</h3>\n" .
162162 Xml::openElement( 'div', array('class' => 'rfb-reader_feedback_graph') ) .
Index: trunk/extensions/ReaderFeedback/language/RatingHistory.i18n.php
@@ -24,7 +24,7 @@
2525 'ratinghistory-table' => 'Overview of reader ratings',
2626 'ratinghistory-users' => 'Users who gave ratings',
2727 'ratinghistory-graph' => '$2 of "$3" ($1 {{PLURAL:$1|review|reviews}})',
28 - 'readerfeedback-svg' => 'View as SVG',
 28+ 'ratinghistory-svg' => 'View as SVG',
2929 'ratinghistory-table-rating' => 'Rating',
3030 'ratinghistory-table-votes' => 'Votes',
3131 'ratinghistory-none' => 'There is not enough reader feedback data available for graphs at this time.',

Status & tagging log