mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
fixed typo
This commit is contained in:
parent
36654970e6
commit
994d33e06d
@ -40,7 +40,7 @@ $string['invalidresponse'] = 'Invalid response value detected, execution can not
|
||||
$string['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.';
|
||||
$string['modulenotexist'] = '{$a} module doesn\'t exist';
|
||||
$string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !';
|
||||
$string['mustbeoveride'] = 'Abstract {$a} method must be overriden.';
|
||||
$string['mustbeoveride'] = 'Abstract {$a} method must be overridden.';
|
||||
$string['noactivityname'] = 'Page object derived from page_generic_activity but did not define $this->activityname';
|
||||
$string['noadminrole'] = 'No admin role could be found';
|
||||
$string['noblocks'] = 'No blocks installed!';
|
||||
|
@ -97,7 +97,7 @@ $string['information'] = 'Information';
|
||||
$string['language'] = 'Language';
|
||||
$string['language_help'] = 'The main language of this course.';
|
||||
$string['licence'] = 'Licence';
|
||||
$string['licence_help'] = 'Select the licence you want to distribuate your course under.';
|
||||
$string['licence_help'] = 'Select the licence you want to distribute your course under.';
|
||||
$string['logourl'] = 'Logo URL';
|
||||
$string['modulenumberaverage'] = 'Average number of course modules ({$a})';
|
||||
$string['moodleorg'] = 'Moodle.org';
|
||||
|
Loading…
x
Reference in New Issue
Block a user