mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-39518: Change hardcoded string MOOCH to Moodle.net
This commit is contained in:
parent
1922147ebf
commit
727b8d54e4
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,7 @@ class core_register_renderer extends plugin_renderer_base {
|
||||||
public function moodleorg_registration_message() {
|
public function moodleorg_registration_message() {
|
||||||
$moodleorgurl = html_writer::link('http://moodle.org', 'Moodle.org');
|
$moodleorgurl = html_writer::link('http://moodle.org', 'Moodle.org');
|
||||||
$moodleorgstatsurl = html_writer::link('http://moodle.org/stats', get_string('statsmoodleorg', 'admin'));
|
$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, get_string('moodleorghubname', 'admin'));
|
||||||
$moodleorgregmsg = get_string('registermoodleorg', 'admin', $moodleorgurl);
|
$moodleorgregmsg = get_string('registermoodleorg', 'admin', $moodleorgurl);
|
||||||
$items = array(get_string('registermoodleorgli1', 'admin'),
|
$items = array(get_string('registermoodleorgli1', 'admin'),
|
||||||
get_string('registermoodleorgli2', 'admin', $moodleorgstatsurl),
|
get_string('registermoodleorgli2', 'admin', $moodleorgstatsurl),
|
||||||
|
|
|
@ -713,6 +713,7 @@ $string['messaging'] = 'Enable messaging system';
|
||||||
$string['messagingallowemailoverride'] = 'Notification email override';
|
$string['messagingallowemailoverride'] = 'Notification email override';
|
||||||
$string['messaginghidereadnotifications'] = 'Hide read notifications';
|
$string['messaginghidereadnotifications'] = 'Hide read notifications';
|
||||||
$string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
|
$string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
|
||||||
|
$string['moodleorghubname'] = 'Moodle.net';
|
||||||
$string['minpassworddigits'] = 'Digits';
|
$string['minpassworddigits'] = 'Digits';
|
||||||
$string['minpasswordlength'] = 'Password length';
|
$string['minpasswordlength'] = 'Password length';
|
||||||
$string['minpasswordlower'] = 'Lowercase letters';
|
$string['minpasswordlower'] = 'Lowercase letters';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue