r86359 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86358‎ | r86359 | r86360 >
Date:22:50, 18 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added another missing message
Modified paths:
  • /trunk/extensions/Ratings/Ratings.i18n.php (modified) (history)
  • /trunk/extensions/Ratings/votesummary/RatingsVoteSummary.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/Ratings.i18n.php
@@ -29,6 +29,7 @@
3030 'ratings-par-incsummary' => 'Show a summary of the current votes above the rating element?',
3131
3232 // Vote summary
 33+ 'ratings-votesummary-desc' => 'Displays a short summary of the votes for the specified page and property pair.',
3334 'ratings-current-score' => 'Current user rating: $1 ($2 {{PLURAL:$2|rating|ratings}})',
3435 'ratings-no-votes-yet' => 'No one has rated this yet.',
3536 );
Index: trunk/extensions/Ratings/votesummary/RatingsVoteSummary.php
@@ -112,7 +112,7 @@
113113 * @since 0.1
114114 */
115115 public function getDescription() {
116 - return wfMsg( 'ratings-starsratings-desc' );
 116+ return wfMsg( 'ratings-votesummary-desc' );
117117 }
118118
119119 }

Status & tagging log