From b14e77c9669a8646f928394ef633ef64dff60e2e Mon Sep 17 00:00:00 2001 From: wildgirl Date: Wed, 24 Jun 2009 13:31:07 +0000 Subject: [PATCH] lang strings: MDL-17678 typo fixes --- lang/en_utf8/error.php | 4 ++-- lang/en_utf8/grades.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 9582662c15..5a0b4fbb52 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -23,7 +23,7 @@ $string['cannotassignanthing'] = 'Cannot assign moodle/site:doanything'; $string['cannotassignrole'] = 'Cannot assign role in course'; $string['cannotassignrolehere'] = 'You are not allowed to assign this role (id = $a->roleid) in this context ($a->context)'; $string['cannotassignselfasparent'] = 'Cannot assign self as parent!'; -$string['cannotcallusgetselecteduser'] = 'You cannot called user_selector::get_selected_user if multiselect is true.'; +$string['cannotcallusgetselecteduser'] = 'You cannot call user_selector::get_selected_user if multi select is true.'; $string['cannotcallscript'] = 'You cannot call this script in that way'; $string['cannotcreatebackupdir'] = 'Could not create backupdata folder. The site administrator needs to fix the file permissions'; $string['cannotcreatecategory'] = 'The category was not inserted'; @@ -356,7 +356,7 @@ $string['nosite'] = 'Could not find a top-level course!'; $string['nositeid'] = 'No site ID'; $string['nofolder'] = 'Requested directory does not exist'; $string['nostatstodisplay'] = 'Sorry, there is no available data to display'; -$string['notallowedtoupdateprefremotely'] = 'You are not allowed to udpate this user preference remotely'; +$string['notallowedtoupdateprefremotely'] = 'You are not allowed to update this user preference remotely'; $string['notavailable'] = 'That is not currently available'; $string['notmemberofgroup'] = 'You are not a member of this course group'; $string['notownerofkey'] = 'You are not owner of this key'; diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index 1cbcde65af..43ee02e25d 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -177,7 +177,7 @@ $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for repri $string['errorsavegrade'] = 'Could not save grade, sorry.'; $string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the \"Aggregate only graded items\" setting of of grade category ID $a->id'; $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the \"Aggregate outcomes\" setting of of grade category ID $a->id'; -$string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the \"Aggregate sub-categories\" setting of of grade category ID $a->id'; +$string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the \"Aggregate sub-categories\" setting of grade category ID $a->id'; $string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID $a->id'; $string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID $a->id'; $string['exceptions'] = 'Exceptions'; -- 2.39.5