mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-32533-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
30db96bd90
@ -53,7 +53,7 @@ class tool_customlang_renderer extends plugin_renderer_base {
|
||||
$output = '';
|
||||
|
||||
if (empty($translator->strings)) {
|
||||
return $this->heading(get_string('nostringsfound', 'tool_customlang'), 3);
|
||||
return $this->notification(get_string('nostringsfound', 'tool_customlang'));
|
||||
}
|
||||
|
||||
$table = new html_table();
|
||||
|
Loading…
x
Reference in New Issue
Block a user