From 53717b2194df3428f0b7af24365db5f06f774254 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 7 Jun 2013 14:06:33 +0800 Subject: [PATCH] MDL-32533 tool_customlang: don't use h3 for notification Thanks to Juho Viitasalo for the suggestion. --- admin/tool/customlang/renderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/customlang/renderer.php b/admin/tool/customlang/renderer.php index f96f83b02ca..c733ddacb26 100644 --- a/admin/tool/customlang/renderer.php +++ b/admin/tool/customlang/renderer.php @@ -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();