Fix alphabetical order among the cannot... strings, and fix one typo.

This commit is contained in:
tjhunt 2008-11-05 03:55:44 +00:00
parent 1acd8f50f7
commit 5db2027e7b
2 changed files with 26 additions and 27 deletions

View file

@ -70,7 +70,7 @@ if (!empty($id)) {
}
if (!$grade_item = grade_item::fetch(array('id'=>$itemid, 'courseid'=>$courseid))) {
print_error('cannofindgradeitem');
print_error('cannotfindgradeitem');
}
// now verify grading user has access to all groups or is member of the same group when separate groups used in course