MDL-28943 messaging: made messaging admin page use a string instead of the plugin name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user