From 4be1417703fa68dccb519c3b8dec95525fe7bf21 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 6 Jan 2012 08:06:05 +0000 Subject: [PATCH] Fix grammar in r108154. Spotted by kgh https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Perfcached/en --- languages/messages/MessagesEn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e705971a3e..2fe09faa85 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -999,8 +999,8 @@ It may have already been deleted by someone else.', 'badtitle' => 'Bad title', 'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.', -'perfcached' => 'The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result|$1 results}} are available in the cache.', -'perfcachedts' => 'The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result|$4 results}} are available in the cache.', +'perfcached' => 'The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.', +'perfcachedts' => 'The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.', 'querypage-no-updates' => 'Updates for this page are currently disabled. Data here will not presently be refreshed.', 'wrong_wfQuery_params' => 'Incorrect parameters to wfQuery()
-- 2.20.1