r87619 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87618‎ | r87619 | r87620 >
Date:08:42, 7 May 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Followup r87605/r8760: Make description of userright consistent with existing messages
Modified paths:
  • /trunk/extensions/LiveTranslate/LiveTranslate.i18n.php (modified) (history)
  • /trunk/extensions/Ratings/Ratings.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/Ratings.i18n.php
@@ -19,7 +19,7 @@
2020 */
2121 $messages['en'] = array(
2222 'ratings-desc' => 'Allows users to rate different "properties" of pages',
23 - 'right-rate' => 'Required to be able to rate.',
 23+ 'right-rate' => 'Rate a certain property of a page',
2424
2525 // Rating stars
2626 'ratings-starsratings-desc' => 'Displays a simple star rating control allowing the user to rate a certain property of a page.
Index: trunk/extensions/LiveTranslate/LiveTranslate.i18n.php
@@ -16,7 +16,7 @@
1717 */
1818 $messages['en'] = array(
1919 'livetranslate-desc' => 'Enables live translation of page content using the Google Translate service',
20 - 'right-managetms' => 'Required to modify the list of translation memories via Special:SpecialLiveTranslate.',
 20+ 'right-managetms' => '[[Special:SpecialLiveTranslate|Modify]] the list of translation memories',
2121
2222 // Translation interface
2323 'livetranslate-translate-to' => 'Translate this page to',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87605added missing rightjeroendedauw23:42, 6 May 2011
r87609added missing rightjeroendedauw23:52, 6 May 2011

Comments

#Comment by Jeroen De Dauw (talk | contribs)   11:20, 7 May 2011

Cool, thanks!

Status & tagging log