From 7f141a597f4367c03edc141578a67f3706cb0f9b Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sat, 2 Feb 2019 09:00:21 +0100 Subject: Fix db/mobile.php --- db/mobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/mobile.php') diff --git a/db/mobile.php b/db/mobile.php index 35ba397..6fc65a7 100644 --- a/db/mobile.php +++ b/db/mobile.php @@ -31,7 +31,7 @@ $addons = array( "handlers" => array( // Different places where the add-on will display content. 'algebra' => array( // Handler unique name (can be anything). 'displaydata' => array( - 'title' => 'Regular Expression Short Answer', + 'title' => 'Algebra', 'icon' => '/question/type/algebra/pix/icon.gif', 'class' => '', // What does this do? ), -- cgit v1.2.3