PLURAL for tags-hitcount
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 28 Jan 2009 20:10:29 +0000 (20:10 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 28 Jan 2009 20:10:29 +0000 (20:10 +0000)
languages/messages/MessagesEn.php

index 680e2ed..5425f8f 100644 (file)
@@ -3812,5 +3812,5 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 'tags-description-header' => 'Full description of meaning',
 'tags-hitcount-header' => 'Tagged edits',
 'tags-edit' => 'edit',
-'tags-hitcount' => '$1 changes',
+'tags-hitcount' => '$1 {{PLURAL:$1|change|changes}}',
 );