Skip to content

Commit

Permalink
MDL-39518: Change hardcoded string MOOCH to Moodle.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed May 10, 2013
1 parent a2d0601 commit 05933e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/registration/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class core_register_renderer extends plugin_renderer_base {
public function moodleorg_registration_message() {
$moodleorgurl = html_writer::link('http://moodle.org', 'Moodle.org');
$moodleorgstatsurl = html_writer::link('http://moodle.org/stats', get_string('statsmoodleorg', 'admin'));
$moochurl = html_writer::link(HUB_MOODLEORGHUBURL, 'MOOCH');
$moochurl = html_writer::link(HUB_MOODLEORGHUBURL, 'Moodle.net');
$moodleorgregmsg = get_string('registermoodleorg', 'admin', $moodleorgurl);
$items = array(get_string('registermoodleorgli1', 'admin'),
get_string('registermoodleorgli2', 'admin', $moodleorgstatsurl),
Expand Down Expand Up @@ -92,4 +92,4 @@ public function registeredonhublisting($hubs) {
return html_writer::table($table);
}

}
}

0 comments on commit 05933e4

Please sign in to comment.