r71798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71797‎ | r71798 | r71799 >
Date:18:05, 27 August 2010
Author:bharris
Status:deferred
Tags:
Comment:
Add in initial tooltips; some other minor text changes.
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php
@@ -4,6 +4,7 @@
55 /** English
66 * @author Nimish Gautam
77 * @author Sam Reed
 8+ * @author Brandon Harris
89 */
910 $messages['en'] = array(
1011 'articleassessment' => 'Article Assessment',
@@ -15,9 +16,15 @@
1617 'articleassessment-rating-neutrality' => 'Neutrality:',
1718 'articleassessment-rating-completeness' => 'Completeness:',
1819 'articleassessment-rating-readability' => 'Readability:',
 20+ 'articleassessment-rating-wellsourced-tooltip' => 'Do you feel this article has sufficient citations and that those citations come from trustworthy sources?',
 21+ 'articleassessment-rating-neutrality-tooltip' => 'Do you feel that this article shows a fair representation of all perspectives on the issue?',
 22+ 'articleassessment-rating-completeness-tooltip' => 'Do you feel that this article covers the essential topic areas that it should?',
 23+ 'articleassessment-rating-readability-tooltip' => 'Do you feel that this article is well-organized and well written?',
1924 'articleassessment-articlerating' => 'Article Rating',
20 - 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this',
 25+ 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this feature.',
2126 'articleassessment-noratings' => '$1 ($2 {{PLURAL:$2|rating|ratings}})',
22 - 'articleassessment-results-show' => "''(Results hidden. [[|Show]] them.''",
 27+ 'articleassessment-stalemessage-revisioncount' => "This article has been ''revised'' '''$1 times''' since you last reviewed it. You may wish to re-rate it.",
 28+ 'articleassessment-stalemessage-norevisioncount' => "This article has been ''revised'' since you last reviewed it. You may wish to re-rate it.",
 29+ 'articleassessment-results-show' => "''(Results hidden. [[|Show]] them.)''",
2330 'articleassessment-results-hide' => "''([[|Hide Results]])''",
2431 );
\ No newline at end of file

Status & tagging log