Index: trunk/extensions/Ratings/Ratings.i18n.php |
— | — | @@ -29,6 +29,7 @@ |
30 | 30 | 'ratings-par-incsummary' => 'Show a summary of the current votes above the rating element?', |
31 | 31 | |
32 | 32 | // Vote summary |
| 33 | + 'ratings-votesummary-desc' => 'Displays a short summary of the votes for the specified page and property pair.', |
33 | 34 | 'ratings-current-score' => 'Current user rating: $1 ($2 {{PLURAL:$2|rating|ratings}})', |
34 | 35 | 'ratings-no-votes-yet' => 'No one has rated this yet.', |
35 | 36 | ); |
Index: trunk/extensions/Ratings/votesummary/RatingsVoteSummary.php |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | * @since 0.1 |
114 | 114 | */ |
115 | 115 | public function getDescription() { |
116 | | - return wfMsg( 'ratings-starsratings-desc' ); |
| 116 | + return wfMsg( 'ratings-votesummary-desc' ); |
117 | 117 | } |
118 | 118 | |
119 | 119 | } |