From: Niklas Laxström Date: Fri, 13 Jan 2012 16:56:48 +0000 (+0000) Subject: Fixing plural. Would "file, which" be clearer? X-Git-Tag: 1.31.0-rc.0~25303 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e636141af5c6a2316378e5379377127ebd4e7e70;p=lhc%2Fweb%2Fwiklou.git Fixing plural. Would "file, which" be clearer? --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index dcfb3ac289..2309e2c2d7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4727,7 +4727,7 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa 'api-error-copyuploaddisabled' => 'Uploading by URL is disabled on this server.', 'api-error-duplicate' => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.', 'api-error-duplicate-archive' => 'There {{PLURAL:$1|was [$2 another file]|were [$2 some other files]}} already on the site with the same content, but {{PLURAL:$1|it was|they were}} deleted.', -'api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file|files}} that have already been deleted.', +'api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file that has|files that have}} already been deleted.', 'api-error-duplicate-popup-title' => 'Duplicate {{PLURAL:$1|file|files}}.', 'api-error-empty-file' => 'The file you submitted was empty.', 'api-error-emptypage' => 'Creating new, empty pages is not allowed.',