From e636141af5c6a2316378e5379377127ebd4e7e70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 13 Jan 2012 16:56:48 +0000 Subject: [PATCH] Fixing plural. Would "file, which" be clearer? --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', -- 2.20.1