From: toyomoyo Date: Wed, 17 Oct 2007 05:37:12 +0000 (+0000) Subject: MDL-11687, the string 'capability' should not be translated in the links to capabilti... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=74204b6188f7a2c48d39ec5c044edad84ffe38d8;p=moodle.git MDL-11687, the string 'capability' should not be translated in the links to capabilties docs page --- diff --git a/admin/roles/override.html b/admin/roles/override.html index bdab5946a6..933ff538f3 100755 --- a/admin/roles/override.html +++ b/admin/roles/override.html @@ -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) {