From ec2d67fd80fbd902f192f33c08ae455a2e3857cd Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 10 May 2013 14:26:10 +0800 Subject: [PATCH] MDL-39518: Change hardcoded string MOOCH to Moodle.net --- admin/registration/renderer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/registration/renderer.php b/admin/registration/renderer.php index d5ca1650c7f..caf1be7d52f 100644 --- a/admin/registration/renderer.php +++ b/admin/registration/renderer.php @@ -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), @@ -92,4 +92,4 @@ class core_register_renderer extends plugin_renderer_base { return html_writer::table($table); } -} \ No newline at end of file +}