From ba3b21412ec6b504063738e21203d96335575283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Harald=20S=C3=B8by?= Date: Tue, 8 Jul 2008 12:20:03 +0000 Subject: [PATCH] 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 --- ContributionScores.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContributionScores.i18n.php b/ContributionScores.i18n.php index ab7f27c..09d9d9c 100644 --- a/ContributionScores.i18n.php +++ b/ContributionScores.i18n.php @@ -13,7 +13,7 @@ $messages['en'] = array( 'contributionscores-desc' => 'Polls the wiki database for highest [[Special:ContributionScores|user contribution volume]]', 'contributionscores-info' => "Scores are calculated as follows: *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. 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)',