From: Ori Livneh Date: Wed, 19 Dec 2012 20:29:58 +0000 (-0800) Subject: (bug 43272) Make protect level messages clear and consistent X-Git-Tag: 1.31.0-rc.0~21017 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=6903f69b6dbab79b2ec790479a2b7f4c7b11440c;p=lhc%2Fweb%2Fwiklou.git (bug 43272) Make protect level messages clear and consistent Change-Id: Ic7d58eddf65f4a6f53878df4baeffa9fc6a06127 --- 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)',