From 6903f69b6dbab79b2ec790479a2b7f4c7b11440c Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Wed, 19 Dec 2012 12:29:58 -0800 Subject: [PATCH] (bug 43272) Make protect level messages clear and consistent Change-Id: Ic7d58eddf65f4a6f53878df4baeffa9fc6a06127 --- languages/messages/MessagesEn.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 62d893216d..9db5b70be7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3012,9 +3012,9 @@ Here are the current settings for the page '''$1''':", 'protect-cascadeon' => "This page is currently protected because it is included in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on. You can change this page's protection level, but it will not affect the cascading protection.", 'protect-default' => 'Allow all users', -'protect-fallback' => 'Require "$1" permission', -'protect-level-autoconfirmed' => 'Block new and unregistered users', -'protect-level-sysop' => 'Administrators only', +'protect-fallback' => 'Allow only users with "$1" permission', +'protect-level-autoconfirmed' => 'Allow only autoconfirmed users', +'protect-level-sysop' => 'Allow only administrators', 'protect-summary-desc' => '[$1=$2] ($3)', # only translate this message to other languages if you have to change it 'protect-summary-cascade' => 'cascading', 'protect-expiring' => 'expires $1 (UTC)', -- 2.20.1