diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 20:06:16 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 20:06:16 +0100 |
commit | 6e9f189cdba529e41c345abfd26ffecaede65c4b (patch) | |
tree | 97135440a2f8bb5b20a33609aae46ec8c2feabc1 /lang | |
parent | 0facd32d3a1c784dcc262b3f421717c633b83547 (diff) |
First behat tests
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en/qtype_algebra.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index 7a5729f..b754965 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -133,7 +133,7 @@ $string['pluginnameadding'] = 'Adding an algebra question'; $string['pluginnameediting'] = 'Editing an algebra question'; $string['pluginname_link'] = 'question/type/algebra'; $string['pluginname_help'] = 'Student enter a formula as response that include one or more variables. Correctness is evaluted using one of 3 differents methods'; -$string['pluginname'] = 'algebra'; +$string['pluginname'] = 'Algebra'; $string['pluginnamesummary'] = 'Student enter a formula that can include one or more variables. Correctness is evaluted using one of 3 differents methods.'; $string['host'] = 'Host url of SAGE server'; $string['port'] = 'Port of SAGE server'; |