mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'MDL-65279-master' of https://github.com/tkorner/moodle
This commit is contained in:
commit
8f7bb541ad
3 changed files with 3 additions and 3 deletions
|
@ -764,7 +764,7 @@ class helper {
|
|||
*/
|
||||
public static function get_management_viewmodes() {
|
||||
return array(
|
||||
'combined' => new \lang_string('categoriesandcoures'),
|
||||
'combined' => new \lang_string('categoriesandcourses'),
|
||||
'categories' => new \lang_string('categories'),
|
||||
'courses' => new \lang_string('courses')
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue