diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-02-02 09:00:21 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-02-02 09:00:21 +0100 |
commit | 7f141a597f4367c03edc141578a67f3706cb0f9b (patch) | |
tree | 8c9b8d8380198b4aa936ff144b2f636342e081dd /db | |
parent | 3588d1b005394a4d13dd2bcdc365d9e3070dbb82 (diff) |
Fix db/mobile.php
Diffstat (limited to 'db')
-rw-r--r-- | db/mobile.php | 2 |
1 files changed, 1 insertions, 1 deletions
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? ), |