Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295634

Change subject: Re-word action-createpage and action-createtalk in singular
......................................................................

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
---
M languages/i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/34/295634/1

diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index ac23f6d..1de7b23 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",

-- 
To view, visit https://gerrit.wikimedia.org/r/295634
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie192bee99a48ca0f2e3230ae1ccd80fb57c52eb9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to