aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2014-09-27 22:09:10 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2014-09-27 22:10:35 +0200
commit5f1a95f9adf9f4f46ea7c7cd9b7e52e14f01add1 (patch)
tree182b1190eda7b22712f108890721a680babe9cb3 /lang
parent619af4e2371913407ffdaf25d17e2dceffdd2108 (diff)
CONTRIB-5302 CONTRIB-5303 and codechecker fixes
Diffstat (limited to 'lang')
-rw-r--r--lang/en/qtype_algebra.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php
index c6a5290..fefb0b2 100644
--- a/lang/en/qtype_algebra.php
+++ b/lang/en/qtype_algebra.php
@@ -28,7 +28,7 @@ $string['badequivtype'] = 'Invalid type: can only compare parser terms with othe
$string['badfuncargs'] = 'Invalid arguments for the function \'{$a}\'';
$string['decimal'] = '.';
$string['illegalplusminus'] = 'Found a + or - in an invalid location';
-$string['mismatchedbracket'] = 'Mismatched brackets: Open and close bracket pair not of same type \'$a\'';
+$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';
$string['mismatchedopenb'] = 'Mismatched brackets: Open bracket without a close bracket found';
$string['missingonearg'] = 'Syntax Error: Operator \'{$a}\' missing its argument';
@@ -95,6 +95,7 @@ receiving any grade for the question even if the response would match
a given answer for the question.';
$string['disallowans'] = 'Disallowed Answer';
$string['disallowanswer'] = 'Disallowed Answer';
+$string['displayresponse'] = 'Display response';
$string['duplicatevar'] = 'Duplicated variable name: \'{$a}\' is already defined.';
$string['editingalgebra'] = 'Editing an Algebra question';
$string['evalchecks'] = 'Evaluation Checks';