Index: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php |
— | — | @@ -33,6 +33,7 @@ |
34 | 34 | |
35 | 35 | # Load messages |
36 | 36 | wfLoadExtensionMessages ( 'SimpleSecurity' ); |
| 37 | + $wgMessageCache->addMessages( array( 'protect-unchain' => wfMsg( 'security-unchain' ) ) ); |
37 | 38 | $wgMessageCache->addMessages( array( 'badaccess-group1' => wfMsg( 'badaccess-group0' ) ) ); |
38 | 39 | $wgMessageCache->addMessages( array( 'badaccess-group2' => wfMsg( 'badaccess-group0' ) ) ); |
39 | 40 | $wgMessageCache->addMessages( array( 'badaccess-groups' => wfMsg( 'badaccess-group0' ) ) ); |
Index: trunk/extensions/SimpleSecurity/SimpleSecurity.i18n.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | 'security-desc-CR' => "''(this restriction is '''in effect now''')''", |
29 | 29 | 'security-infosysops' => "No restrictions are in effect because you are a member of the '''sysop''' group", |
30 | 30 | 'security-manygroups' => 'groups $1 and $2', |
31 | | - # 'protect-unchain' => 'Modify actions individually', # message key conflicts with core. Do not translate or duplicate this message to other languages |
| 31 | + 'security-unchain' => 'Modify actions individually', |
32 | 32 | ); |
33 | 33 | |
34 | 34 | /** Message documentation (Message documentation) |