Changing capitalisation and CamelCase into proper text in extensions A-E.

* In Contributors extension, added PLURAL
* In DeleteBatch extension, removing capitals intended to make a button "irritatably large"; that should be done with CSS
* In EmailArticle extension, changed wording of two messages
This commit is contained in:
Jon Harald Søby 2008-07-08 12:20:03 +00:00
parent 86fb3234ff
commit ba3b21412e

View file

@ -13,7 +13,7 @@ $messages['en'] = array(
'contributionscores-desc' => 'Polls the wiki database for highest [[Special:ContributionScores|user contribution volume]]', 'contributionscores-desc' => 'Polls the wiki database for highest [[Special:ContributionScores|user contribution volume]]',
'contributionscores-info' => "Scores are calculated as follows: 'contributionscores-info' => "Scores are calculated as follows:
*One (1) point for each unique page edited *One (1) point for each unique page edited
*Square Root of (Total Edits Made) - (Total Unique Pages) * 2 *Square root of (total edits made) - (total unique pages) * 2
Scores calculated in this manner weight edit diversity over edit volume. Scores calculated in this manner weight edit diversity over edit volume.
Basically, this score measures primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality page.", Basically, this score measures primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality page.",
'contributionscores-top' => '(Top $1)', 'contributionscores-top' => '(Top $1)',