Skip to content

Commit

Permalink
MDL-38001 rename the download button into install button
Browse files Browse the repository at this point in the history
  • Loading branch information
mouneyrac committed Feb 20, 2013
1 parent 1dd6835 commit ff855b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/community/renderer.php
Expand Up @@ -272,7 +272,7 @@ public function course_list($courses, $huburl, $contextcourseid) {
'downloadcourseid' => $course->id, 'huburl' => $huburl,
'coursefullname' => $course->fullname, 'backupsize' => $course->backupsize);
$downloadurl = new moodle_url("/blocks/community/communitycourse.php", $params);
$downloadbuttonhtml = html_writer::tag('a', get_string('download', 'block_community'),
$downloadbuttonhtml = html_writer::tag('a', get_string('install', 'block_community'),
array('href' => $downloadurl, 'class' => 'centeredbutton, hubcoursedownload'));
}

Expand Down

0 comments on commit ff855b9

Please sign in to comment.