From 08eb5c4605cb05f0d800314597bd0cd71fa6a272 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 17 Oct 2007 05:30:57 +0000 Subject: [PATCH] MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page --- admin/roles/manage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) { -- 2.39.5