]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11687, the string 'capability' should not be translated in the links to capabilti...
authortoyomoyo <toyomoyo>
Wed, 17 Oct 2007 05:37:12 +0000 (05:37 +0000)
committertoyomoyo <toyomoyo>
Wed, 17 Oct 2007 05:37:12 +0000 (05:37 +0000)
admin/roles/override.html

index bdab5946a6ec00c483e9610d0121760f17754762..933ff538f3d0edb95f7d3b19fea94657b64812eb 100755 (executable)
@@ -30,7 +30,8 @@
         $component = '';
 
         $strrisks = s(get_string('risks', 'role'));
-        $strcapabilities = s(get_string('capabilities', 'role'));
+        // MDL-11687
+        $strcapabilities = 'Capabilities';//s(get_string('capabilities', 'role'));
 
         foreach ($capabilities as $capability) {