-
Task
-
Resolution: Fixed
-
Minor
-
3.5.5, 3.6.3, 3.7
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-65279-master -
- Login as admin
- Clear the language cache
- Go to /course/management.php
- Verify that you are seeing "Course categories and courses" in the top right corner of the page
Core string 'categoriesandcoures' as a typo in it's identifier, it should be replaced by 'categoriesandcourses'.
It's only used in 3 files :
- lang/en/moodle.php
- course/classes/management/helper.php
- course/tests/behat/behat_course.php
Not sure if it can just be modified in place, or take better care of string deprecation and creating a new string.
See this related discussion : https://moodle.org/mod/forum/discuss.php?d=384790