fixed typo

This commit is contained in:
Petr Skoda 2010-05-21 17:55:50 +00:00
parent 36654970e6
commit 994d33e06d
2 changed files with 2 additions and 2 deletions

View File

@ -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!';

View File

@ -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';