Merge branch 'MDL-28943_manage_message_name' of git://github.com/andyjdavis/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2011-08-29 03:25:41 +02:00
commit c01a24bdef

View File

@ -61,7 +61,7 @@ class core_message_renderer extends plugin_renderer_base {
$row->attributes['class'] = 'messageoutputs';
// Name
$name = new html_table_cell($processor->name);
$name = new html_table_cell(get_string('pluginname', 'message_'.$processor->name));
// Enable
$enable = new html_table_cell();