Skip to content

Commit

Permalink
Merge branch 'MDL-28943_manage_message_name' of git://github.com/andy…
Browse files Browse the repository at this point in the history
…jdavis/moodle
  • Loading branch information
stronk7 committed Aug 29, 2011
2 parents c45eca3 + 2fd7c45 commit c01a24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/renderer.php
Expand Up @@ -61,7 +61,7 @@ public function manage_messageoutputs($processors) {
$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();
Expand Down

0 comments on commit c01a24b

Please sign in to comment.