From: Jackmcbarn Date: Thu, 20 Mar 2014 16:30:26 +0000 (-0400) Subject: Fix wording of protect-cascadeon X-Git-Tag: 1.31.0-rc.0~16560^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=fe89711923a7a9017faa6d4aacf6404dd82f8797;p=lhc%2Fweb%2Fwiklou.git Fix wording of protect-cascadeon In some cases, users who are not capable of changing the protection level will see the protect-cascadeon message. Update it to not imply that they are able to change the protection level. Change-Id: I102aea94f4b5ad29fa928e865d2f20ec7def4b30 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 435f7cc560..a00d2dfdc0 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3151,7 +3151,7 @@ Here are the current settings for the page $1:', 'protect-locked-access' => 'Your account does not have permission to change page protection levels. 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.", +Changes to this page's protection level will not affect the cascading protection.", 'protect-default' => 'Allow all users', 'protect-fallback' => 'Allow only users with "$1" permission', 'protect-level-autoconfirmed' => 'Allow only autoconfirmed users',