]> git.mjollnir.org Git - moodle.git/commitdiff
lang strings: MDL-17678 typo fixes
authorwildgirl <wildgirl>
Wed, 24 Jun 2009 13:31:07 +0000 (13:31 +0000)
committerwildgirl <wildgirl>
Wed, 24 Jun 2009 13:31:07 +0000 (13:31 +0000)
lang/en_utf8/error.php
lang/en_utf8/grades.php

index 9582662c15a03e30dd709cf61143c97cfc1d1c50..5a0b4fbb52e850e0408b74a013137d72d579c54b 100644 (file)
@@ -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';
index 1cbcde65afc8450a8a4f34e28506ec0da1945a6f..43ee02e25d1d617d6ed6c448a6527392e947f138 100644 (file)
@@ -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';