Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | * @author Jeroen De Dauw |
20 | 20 | */ |
21 | 21 | $messages['en'] = array( |
22 | | - 'contest-desc' => 'Contest extension that allows users to participate in admin defined contest challenges. Via a judging interface, judges can discuss and vote on submissions.', |
| 22 | + 'contest-desc' => 'Allows users to participate in contest challenges. Judges can discuss and vote on submissions', |
23 | 23 | |
24 | 24 | // Misc |
25 | 25 | 'contest-toplink' => 'My contests', |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | |
45 | 45 | // Preferences |
46 | 46 | 'prefs-contest' => 'Contests', |
47 | | - 'contest-prefs-showtoplink' => 'Show a link to [[Special:MyContests|My Contests]] in the top menu.', |
| 47 | + 'contest-prefs-showtoplink' => 'Show a link to [[Special:MyContests|My Contests]] in the user menu.', |
48 | 48 | |
49 | 49 | // Contest statuses |
50 | 50 | 'contest-status-draft' => 'Draft (disabled)', |
— | — | @@ -273,7 +273,7 @@ |
274 | 274 | 'contest-contestant-permalink' => 'Hover-text for comment permalinks', |
275 | 275 | 'contest-email-signup-title' => 'Title for signup e-mails', |
276 | 276 | 'contest-email-reminder-title' => 'Title for reminder e-mails', |
277 | | - 'contest-mycontests-toplink' => 'Text for link in the top menu (ie where watchlist and preferences are linked)', |
| 277 | + 'contest-mycontests-toplink' => 'Text for link in the user menu (i.e. where watchlist and preferences are linked)', |
278 | 278 | 'contest-mycontests-no-contests' => 'Message indicating there are no contests for the user, displayed instead of a list.', |
279 | 279 | 'contest-mycontests-active-header' => 'Page header (h2)', |
280 | 280 | 'contest-mycontests-finished-header' => 'Page header (h2)', |