Fixing a typo in get_string() component

This commit is contained in:
David Mudrak
2010-05-13 13:40:56 +00:00
parent 638406cb81
commit 849c94bed8
+1 -1
View File
@@ -194,7 +194,7 @@
$table->wrap = array('nowrap', '', 'nowrap','nowrap');
$table->width = '90%';
$table->head = array(
get_string('role') . ' ' . $OUTPUT->help_icon('roles', 'roles'),
get_string('role') . ' ' . $OUTPUT->help_icon('roles', 'role'),
get_string('description'),
get_string('shortname'),
get_string('edit')