From d517325c510ac17ea8dbcba4a4cd8bbbdd3fe125 Mon Sep 17 00:00:00 2001 From: Zoranzoki21 Date: Wed, 28 Mar 2018 21:06:09 +0000 Subject: [PATCH] Change registred users to autoconfirmed users in "MediaWiki:Semiprotectedpagewarning" and "MediaWiki:Semiprotectedpagemovewarning" messages Bug: T190882 Change-Id: Id56f5d8670b0e1363603a05e612be91a986f9698 --- 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 9036396d0c..2313e6ed01 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -724,7 +724,7 @@ "longpageerror": "Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.\nIt cannot be saved.", "readonlywarning": "Warning: The database has been locked for maintenance, so you will not be able to save your edits right now.\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1", "protectedpagewarning": "Warning: This page has been protected so that only users with administrator privileges can edit it.\nThe latest log entry is provided below for reference:", - "semiprotectedpagewarning": "Note: This page has been protected so that only registered users can edit it.\nThe latest log entry is provided below for reference:", + "semiprotectedpagewarning": "Note: This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:", "cascadeprotectedwarning": "Warning: This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:", "titleprotectedwarning": "Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.\nThe latest log entry is provided below for reference:", "templatesused": "{{PLURAL:$1|Template|Templates}} used on this page:", @@ -2729,7 +2729,7 @@ "fix-double-redirects": "Update any redirects that point to the original title", "move-leave-redirect": "Leave a redirect behind", "protectedpagemovewarning": "Warning: This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:", - "semiprotectedpagemovewarning": "Note: This page has been protected so that only registered users can move it.\nThe latest log entry is provided below for reference:", + "semiprotectedpagemovewarning": "Note: This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:", "move-over-sharedrepo": "[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.", "file-exists-sharedrepo": "The filename chosen is already in use on a shared repository.\nPlease choose another name.", "export": "Export pages", -- 2.20.1