From d9083596f134ce53129774293fe0d9b702de0ade Mon Sep 17 00:00:00 2001 From: Amire80 Date: Thu, 23 Jun 2016 11:01:15 +0200 Subject: [PATCH] Re-word action-createpage and action-createtalk in singular This usually refers to a single page. The bug suggests writing a conditional message for the case of a user who cannot create any pages at all, but simply saying "create this page" seems enough. More discussion at https://en.wikipedia.org/wiki/MediaWiki_talk:Action-createpage Bug: T61200 Change-Id: Ie192bee99a48ca0f2e3230ae1ccd80fb57c52eb9 --- languages/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index ac23f6d512..1de7b238ad 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1281,8 +1281,8 @@ "rightslogtext": "This is a log of changes to user rights.", "action-read": "read this page", "action-edit": "edit this page", - "action-createpage": "create pages", - "action-createtalk": "create discussion pages", + "action-createpage": "create this page", + "action-createtalk": "create this discussion page", "action-createaccount": "create this user account", "action-autocreateaccount": "automatically create this external user account", "action-history": "view the history of this page", -- 2.20.1