MDL-28943 messaging: made messaging admin page use a string instead of the plugin name

This commit is contained in:
Andrew Davis (andyjdavis)
2011-08-16 14:33:57 +08:00
parent 3a5778ec5a
commit 549af292b6
+1 -1
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();