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

index eb42f3849ea04229bcfa2f8e8dee2b6541980cc8..b98689babb4878ab02a547f40c01fff7be267583 100755 (executable)
@@ -113,7 +113,8 @@ $contextlevel = 0;
 $component = '';
 
 $strrisks = s(get_string('risks', 'role'));
-$strcapabilities = s(get_string('capabilities', 'role'));
+// MDL-11687
+$strcapabilities = 'Capabilities';//s(get_string('capabilities', 'role'));
 
 // prepare legacy defaults
 if (!empty($role->legacytype)) {