Index: trunk/extensions/Contributionseditcount/Contributionseditcount.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'contributionseditcount' => 'This user has $1 edits.', |
| 12 | + 'contributionseditcount' => 'This user has made {{PLURAL:$1|one edit|$1 edits}}.', |
13 | 13 | 'contributionseditcount-desc' => 'Displays an edit count on the [[Special:Contributions|user contributions page]]', |
14 | 14 | ); |
15 | 15 | |