Index: trunk/extensions/ReaderFeedback/language/RatingHistory.i18n.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | 'ratinghistory-leg' => 'Rating history data for [[:$1|$1]]', |
15 | 15 | 'ratinghistory-tab' => 'rating', |
16 | 16 | 'ratinghistory-link' => 'Page rating', |
17 | | - 'ratinghistory-thanks' => '\'\'<font color="darkred">Thank you for taking a moment to review this page!</font>\'\'', |
| 17 | + 'ratinghistory-thanks' => '\'\'<span style="color:darkred;">Thank you for taking a moment to review this page!</span>\'\'', |
18 | 18 | 'ratinghistory-period' => 'Time period:', |
19 | 19 | 'ratinghistory-month' => 'last month', |
20 | 20 | 'ratinghistory-3months' => 'last 3 months', |
— | — | @@ -30,13 +30,13 @@ |
31 | 31 | 'ratinghistory-table-votes' => 'Votes', |
32 | 32 | 'ratinghistory-none' => 'There is not enough reader feedback data available for graphs at this time.', |
33 | 33 | 'ratinghistory-ratings' => '\'\'\'Legend:\'\'\' \'\'\'(1)\'\'\' - Poor; \'\'\'(2)\'\'\' - Low; \'\'\'(3)\'\'\' - Fair; \'\'\'(4)\'\'\' - High; \'\'\'(5)\'\'\' - Excellent;', |
34 | | - 'ratinghistory-legend' => 'The \'\'\'daily number of reviews\'\'\' <font color="red">\'\'(red)\'\'</font>, \'\'\'daily average rating\'\'\' <font color="blue">\'\'(blue)\'\'</font>, |
| 34 | + 'ratinghistory-legend' => 'The \'\'\'daily number of reviews\'\'\' <span style="color:red;">\'\'(red)\'\'</span>, \'\'\'daily average rating\'\'\' <font color="blue">\'\'(blue)\'\'</font>, |
35 | 35 | and \'\'\'running average rating\'\'\' <font color="green">\'\'(green)\'\'</font> are graphed below, by date. |
36 | 36 | The \'\'\'running average rating\'\'\' is simply the average of all the daily ratings \'\'within\'\' this time frame for each day. |
37 | 37 | The ratings are as follows: |
38 | 38 | |
39 | 39 | \'\'\'(1)\'\'\' - Poor; \'\'\'(2)\'\'\' - Low; \'\'\'(3)\'\'\' - Fair; \'\'\'(4)\'\'\' - High; \'\'\'(5)\'\'\' - Excellent;', |
40 | | - 'ratinghistory-graph-scale' => '\'\'\'Reviews per day\'\'\' <font color="red">\'\'(red)\'\'</font> shown on a \'\'1:$1\'\' scale.', |
| 40 | + 'ratinghistory-graph-scale' => '\'\'\'Reviews per day\'\'\' <span style="color:red;">\'\'(red)\'\'</span> shown on a \'\'1:$1\'\' scale.', |
41 | 41 | 'right-feedback' => 'Use the feedback form to rate a page', |
42 | 42 | ); |
43 | 43 | |