diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-11-08 20:07:03 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-11-08 20:07:03 +0100 |
commit | ab2016462cb7204f8e5e7fb6e5b9bdf1f4db68c6 (patch) | |
tree | 4724df0498cfefae237c19f941048508cd56fede /lang/en | |
parent | 5f1a95f9adf9f4f46ea7c7cd9b7e52e14f01add1 (diff) |
CONTRIB-5337 Wrong display of the multiply operator
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/qtype_algebra.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index fefb0b2..7a5729f 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -34,7 +34,6 @@ $string['mismatchedopenb'] = 'Mismatched brackets: Open bracket without a close $string['missingonearg'] = 'Syntax Error: Operator \'{$a}\' missing its argument'; $string['missingtwoargs'] = 'Syntax Error: Operator \'{$a}\' requires two arguments'; $string['morethantwoargs'] = 'Trying to compare a term with more than 2 arguments - no code to handle this case!'; -$string['multiply'] = '\\\\times'; $string['nargswrong'] = 'Incorrect number of arguments for the term \'{$a}\''; $string['noevaluate'] = 'The evaluate method for term \'{$a}\' has not been implemented'; $string['notopterm'] = 'Syntax Error: Unable to condense to a single, top level operator'; |