From: Raimond Spekking Date: Tue, 18 Mar 2008 05:57:15 +0000 (+0000) Subject: Fix for r32085: Use the correct message names X-Git-Tag: 1.31.0-rc.0~49033 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=703b9f4c7ca88e6654352ee0a945c85e59dd8069;p=lhc%2Fweb%2Fwiklou.git Fix for r32085: Use the correct message names --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 4dae5498e0..2a34d67c45 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2424,8 +2424,8 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]] 'category-subcat-count-limited' => 'This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.', 'category-article-count' => '{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}', 'category-article-count-limited' => 'The following {{PLURAL:$1|page is|$1 pages are}} in the current category.', -'category-media-count' => '{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}', -'category-media-count-limited' => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.', +'category-file-count' => '{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}', +'category-file-count-limited' => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.', 'listingcontinuesabbrev' => 'cont.', 'spambot_username' => 'MediaWiki spam cleanup', 'spam_reverting' => 'Reverting to last version not containing links to $1',