Merge branch 'MDL-32533-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Sam Hemelryk 2013-06-11 17:36:18 +12:00
commit 30db96bd90

View File

@ -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();