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:30:34 +08:00
parent 7969f1ecf5
commit 2fd7c451ad
+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();