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