Fix grammar (comma before but)
Change-Id: I86b6cb7a6e44a43796432af91d3f267c6d50c567
This commit is contained in:
parent
3456b2466c
commit
a8aa1aa0a2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $messages['qqq'] = array(
|
||||||
:COUNT(DISTINCT rev_page) AS page_count
|
:COUNT(DISTINCT rev_page) AS page_count
|
||||||
:COUNT(rev_id) AS rev_count
|
:COUNT(rev_id) AS rev_count
|
||||||
:page_count+SQRT(rev_count-page_count)*2 AS wiki_rank',
|
:page_count+SQRT(rev_count-page_count)*2 AS wiki_rank',
|
||||||
'contributionscores-top' => 'Second part of the headings of [[Special:ContributionScores]]. PLURAL is supported but not used by the English original message.',
|
'contributionscores-top' => 'Second part of the headings of [[Special:ContributionScores]]. PLURAL is supported, but not used by the English original message.',
|
||||||
'contributionscores-days' => 'Heading of [[Special:ContributionScores]].',
|
'contributionscores-days' => 'Heading of [[Special:ContributionScores]].',
|
||||||
'contributionscores-allrevisions' => 'Used as a header of [[Special:ContributionScores]]',
|
'contributionscores-allrevisions' => 'Used as a header of [[Special:ContributionScores]]',
|
||||||
'contributionscores-pages' => '{{Identical|Pages}}',
|
'contributionscores-pages' => '{{Identical|Pages}}',
|
||||||
|
|
Loading…
Add table
Reference in a new issue