MDL-38001 rename the download button into install button
authorJerome Mouneyrac <jerome@mouneyrac.com>
Wed, 20 Feb 2013 03:39:47 +0000 (11:39 +0800)
committerJerome Mouneyrac <jerome@mouneyrac.com>
Wed, 20 Feb 2013 03:39:47 +0000 (11:39 +0800)
blocks/community/renderer.php

index 4fb6c50..dca9839 100644 (file)
@@ -272,7 +272,7 @@ class block_community_renderer extends plugin_renderer_base {
                         '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'));
                 }