diff options
author | John Denker <jsd@av8n.com> | 2021-11-10 17:19:23 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2021-11-11 16:08:05 -0700 |
commit | 9b981411b8dc7c0ff4878fa1a98dad6e3d69c653 (patch) | |
tree | bf9705832900d567bdbde31e5178de424aadde01 /lang | |
parent | 00f7ed380b90cc003c3f99a6ce116b885a7469ec (diff) |
multi-character variable names, with and without auto-Greek,
with and without subscripts
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 b29682e..003d0ee 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -25,6 +25,7 @@ // Parser lang strings. $string['deprecatedlog'] = 'log() is deprecated; use ln() or log10() instead'; $string['trivial_1'] = '{$a}'; +$string['debug_1'] = 'Debug:<br>{$a}'; $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}\''; |