mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-28943_manage_message_name' of git://github.com/andyjdavis/moodle
This commit is contained in:
commit
c01a24bdef
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user