Fix plural in 'backend-fail-maxsize'
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 13 Mar 2012 19:32:41 +0000 (19:32 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 13 Mar 2012 19:32:41 +0000 (19:32 +0000)
languages/messages/MessagesEn.php

index 61b466f..d4ae829 100644 (file)
@@ -2266,7 +2266,7 @@ If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].',
 'backend-fail-closetemp'     => 'Could not close temporary file.',
 'backend-fail-read'          => 'Could not read file $1.',
 'backend-fail-create'        => 'Could not create file $1.',
-'backend-fail-maxsize'       => 'Could not create file $1 because it is larger than {{PLURAL:$2|$2 bytes|$2 byte}}.',
+'backend-fail-maxsize'       => 'Could not create file $1 because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.',
 'backend-fail-readonly'      => 'The storage backend "$1" is currently read-only. The reason given was: "$2"',
 'backend-fail-synced'        => 'The file "$1" is in an inconsistent state within the internal storage backends',
 'backend-fail-connect'       => 'Could not connect to storage backend "$1".',