mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Language fixes, added english strings etc
This commit is contained in:
parent
42389890d5
commit
cf38360f58
10 changed files with 83 additions and 42 deletions
|
@ -197,7 +197,7 @@ function print_all_courses($cat=1, $style="full", $maxcount=999) {
|
|||
}
|
||||
|
||||
} else {
|
||||
echo "<H3>No courses have been defined yet</H3>";
|
||||
echo "<H3>".get_string("nocoursesyet")."</H3>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue