r108903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108902‎ | r108903 | r108904 >
Date:14:47, 14 January 2012
Author:siebrand
Status:ok
Tags:
Comment:
Small message tweaks, answered an inline @todo, removed some superfluous whitespace.
Modified paths:
  • /trunk/extensions/Contest/Contest.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.i18n.php
@@ -38,7 +38,7 @@
3939 'grouppage-contestadmin' => '{{ns:project}}:Contest administrators',
4040
4141 'group-contestant' => 'Contestant',
42 - 'group-contestant-member' => '{{GENDER:$1|Contestant}}',
 42+ 'group-contestant-member' => '{{GENDER:$1|contestant}}',
4343 'grouppage-contestant' => '{{ns:project}}:Contestants',
4444
4545 'group-contestjudge' => 'Contest judges',
@@ -73,7 +73,7 @@
7474
7575 // Special:Contests
7676 'contest-special-addnew' => 'Add a new contest',
77 - 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs (i.e. "name" in {{#Special:Contest}}/name).',
 77+ 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs (for example "name" in {{#Special:Contest}}/name).',
7878 'contest-special-newname' => 'Contest name',
7979 'contest-special-add' => 'Add contest',
8080 'contest-special-existing' => 'Existing contests',
@@ -136,7 +136,6 @@
137137 'contest-signup-draft' => 'This contest has not yet started. Please be patient.',
138138 'contest-signup-country' => 'Your country',
139139 'contest-signup-emailwarn' => 'Warning: You are changing your accounts e-mail address, which will require your confirming the new address.',
140 -
141140
142141 'contest-signup-require-rules' => 'You must agree to the contest rules.',
143142 'contest-signup-require-country' => 'You must provide your country of residence.',
@@ -248,7 +247,7 @@
249248 'contest-submission-challenge' => 'You are currently participating in the $1 challenge.',
250249 'contest-submission-challenge-description' => "'''Current challenge: $1''' -- $2",
251250
252 - // TODO: how can this be done properly in JS?
 251+ // @todo How can this be done properly in JS? Create a JS equivalent of Language::listToText?
253252 'contest-submission-domains' => 'Submissions are restricted to these sites: $1',
254253 );
255254
@@ -308,7 +307,7 @@
309308 'contest-welcome-active-contests' => 'Message shown above a list of contests',
310309 'contest-welcome-no-contests-active' => 'Indicates that there arte no active contests',
311310 'contest-signup-submit' => '{{Identical|Sign up}}',
312 - 'contest-signup-emailwarn' => "Warning message shown above an email input when the user starts changing it's value",
 311+ 'contest-signup-emailwarn' => "Warning message shown above an e-mail input when the user starts changing it's value",
313312 'contest-contest-title' => 'Page title',
314313 'contest-contest-no-results' => 'Message displayed instead of a table when there are no contests',
315314 'contest-contest-name' => 'Table row header.

Status & tagging log