Index: trunk/extensions/Review/Review.i18n.php |
— | — | @@ -8,11 +8,11 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'review_sidebar_title' => "Review", |
13 | | - 'review-desc' => 'The resurrected [[Special:Review|validation]] feature', |
| 12 | + 'review_sidebar_title' => 'Review', |
| 13 | + 'review-desc' => 'Allows users to [[Special:Review|review]] pages', |
14 | 14 | 'review_topics' => "# The following is the list of topics and ranges for the review extension. |
15 | 15 | # Each topic is defined by a line of five values, separated by ':' (all other lines are ignored). |
16 | | -# The order is: numerical key (>0), name, max range (>1; 2=yes/no), meaning of lowest value (f.e. 'bad'), meaning of highest value (f.e. 'good'). |
| 16 | +# The order is: numerical key (>0), name, max range (>1; 2=yes/no), meaning of lowest value (for example 'bad'), meaning of highest value (for example 'good'). |
17 | 17 | 1:Quality:5:bad:good |
18 | 18 | 2:Ready for 1.0:2:no:yes", |
19 | 19 | 'review_topic_page' => "Review topics", |