From 40c424401545654bc4eac0191a7e90f85f320c48 Mon Sep 17 00:00:00 2001 From: Nemo bis Date: Fri, 9 Aug 2013 11:37:50 +0200 Subject: [PATCH] Make two info action row headers plural-compatible and consistent Plural support was asked, but as it is a table it makes more sense to just align them to the "Number of X" style of the other rows. Bug: 48634 Change-Id: I32a760e59a3c86b5baa6096e0a28e8b4681f4a3f --- 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 75e3532a23..98de99c720 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3875,9 +3875,9 @@ This is probably caused by a link to a blacklisted external site.', 'pageinfo-views' => 'Number of views', 'pageinfo-watchers' => 'Number of page watchers', 'pageinfo-few-watchers' => 'Fewer than $1 {{PLURAL:$1|watcher|watchers}}', -'pageinfo-redirects-name' => 'Redirects to this page', +'pageinfo-redirects-name' => 'Number of redirects to this page', 'pageinfo-redirects-value' => '$1', # only translate this message to other languages if you have to change it -'pageinfo-subpages-name' => 'Subpages of this page', +'pageinfo-subpages-name' => 'Number of subpages of this page', 'pageinfo-subpages-value' => '$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})', 'pageinfo-firstuser' => 'Page creator', 'pageinfo-firsttime' => 'Date of page creation', -- 2.20.1