aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2014-06-19 14:08:36 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2014-06-19 14:10:07 +0200
commita7171d6dacb463ce0cc45beb23a31fe2c1684141 (patch)
treec22952d52d7b1e00ad6389d2c2c35080029e170a /lang
parent8055f6eddd71cf562d5fb7b6528bc082ef508085 (diff)
CONTRIB-5128 hints not working
Diffstat (limited to 'lang')
-rw-r--r--lang/en/qtype_algebra.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php
index 1303dc1..c6a5290 100644
--- a/lang/en/qtype_algebra.php
+++ b/lang/en/qtype_algebra.php
@@ -138,3 +138,6 @@ $string['pluginnamesummary'] = 'Student enter a formula that can include one or
$string['host'] = 'Host url of SAGE server';
$string['port'] = 'Port of SAGE server';
$string['uri'] = 'uri of SAGE server';
+$string['texdelimiters'] = 'Delimiters for TeX expressions';
+$string['dollars'] = '$$...$$';
+$string['brackets'] = '\[...\]'; \ No newline at end of file