MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page

This commit is contained in:
toyomoyo
2007-10-17 05:36:23 +00:00
parent f8c11d0afc
commit 244d9553ca
+2 -1
View File
@@ -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) {