mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fix alphabetical order among the cannot... strings, and fix one typo.
This commit is contained in:
parent
1acd8f50f7
commit
5db2027e7b
2 changed files with 26 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue