From 9b981411b8dc7c0ff4878fa1a98dad6e3d69c653 Mon Sep 17 00:00:00 2001 From: John Denker Date: Wed, 10 Nov 2021 17:19:23 -0700 Subject: multi-character variable names, with and without auto-Greek, with and without subscripts --- lang/en/qtype_algebra.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lang') 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:
{$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}\''; -- cgit v1.2.3