r86040 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86039‎ | r86040 | r86041 >
Date:10:13, 14 April 2011
Author:raymond
Status:ok
Tags:
Comment:
Better extension description, Fix typo.
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/Ratings/Ratings.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1221,6 +1221,8 @@
12221222 Random Users With Avatars
12231223 descmsg = random-users-avatars-desc
12241224
 1225+Ratings
 1226+
12251227 Rdf
12261228 optional = rdf, rdf-output-xml, rdf-output-turtle, rdf-output-ntriples
12271229
Index: trunk/extensions/Ratings/Ratings.i18n.php
@@ -1,12 +1,12 @@
22 <?php
33
44 /**
5 - * Internationalization file for the Include WP extension.
 5+ * Internationalization file for the Ratings extension.
66 *
77 * @since 0.1
88 *
9 - * @file IncludeWP.i18n.php
10 - * @ingroup IncludeWP
 9+ * @file Ratings.i18n.php
 10+ * @ingroup Ratings
1111 *
1212 * @licence GNU GPL v3 or later
1313 * @author Jeroen De Dauw < jeroendedauw@gmail.com >
@@ -18,11 +18,11 @@
1919 * @author Jeroen De Dauw
2020 */
2121 $messages['en'] = array(
22 - 'ratings-desc' => 'Simple rating extension for MediaWiki',
 22+ 'ratings-desc' => 'Allows users to rate different "properties" of pages',
2323
2424 // Rating stars
2525 'ratings-par-page' => 'The page the rating applies to.',
26 - 'ratings-par-tag' => 'Tha rating tag. The tag indicates what "property" of the page gets rated.',
 26+ 'ratings-par-tag' => 'The rating tag. The tag indicates what "property" of the page gets rated.',
2727 'ratings-par-showdisabled' => 'Show ratings when the user can not vote (in read-only mode).',
2828 'ratings-par-incsummary' => 'Show a summary of the current votes above the rating element?',
2929

Status & tagging log