diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en/qtype_algebra.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index 26b6fe1..819e14b 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -27,6 +27,7 @@ $string['badclosebracket'] = 'Invalid close bracket found'; $string['badequivtype'] = 'Invalid type: can only compare parser terms with other parser terms'; $string['badfuncargs'] = 'Invalid arguments for the function \'{$a}\''; $string['decimal'] = '.'; +$string['exceptionmessage'] = '{$a}'; $string['illegalplusminus'] = 'Found a + or - in an invalid location'; $string['mismatchedbracket'] = 'Mismatched brackets: Open and close bracket pair not of same type \'{$a}\''; $string['mismatchedcloseb'] = 'Mismatched brackets: Close bracket without an open bracket found'; |