From: toyomoyo Date: Wed, 17 Oct 2007 05:30:57 +0000 (+0000) Subject: MDL-11687, the string 'capability' should not be translated in the links to capabilit... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=08eb5c4605cb05f0d800314597bd0cd71fa6a272;p=moodle.git MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page --- diff --git a/admin/roles/manage.html b/admin/roles/manage.html index eb42f3849e..b98689babb 100755 --- a/admin/roles/manage.html +++ b/admin/roles/manage.html @@ -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)) {