From ab2016462cb7204f8e5e7fb6e5b9bdf1f4db68c6 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sat, 8 Nov 2014 20:07:03 +0100 Subject: CONTRIB-5337 Wrong display of the multiply operator --- lang/en/qtype_algebra.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lang/en') 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'; -- cgit v1.2.3