Skip to content

Commit

Permalink
MDL-23308, course files page heading should have the same help text w…
Browse files Browse the repository at this point in the history
…ith course setting
  • Loading branch information
Dongsheng Cai committed Sep 10, 2010
1 parent 98ccfaa commit e0873f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function files_tree_viewer(file_info $file_info, array $options = null) {

public function render_files_tree_viewer(files_tree_viewer $tree) {

$html = $this->output->heading_with_help(get_string('coursefileswarning'), 'coursefileswarning', 'moodle');
$html = $this->output->heading_with_help(get_string('coursefiles'), 'courselegacyfiles', 'moodle');
$html .= '<div class="file-tree-breadcrumb">';
foreach($tree->path as $path) {
$html .= $path;
Expand Down

0 comments on commit e0873f1

Please sign in to comment.