diff options
author | John Denker <jsd@av8n.com> | 2021-11-11 14:40:44 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2021-11-11 16:08:19 -0700 |
commit | 458bfd01ce86279b71dee182c9ea9e63f9ed71f0 (patch) | |
tree | 6ac794449cce367f60cfc70317d4f8e8e3db1df2 /lang/en | |
parent | ed217ad07e0f914d44a23857a98c9daed0b04cdd (diff) |
cosmetic: relabel button: Display response --> Show Formatted
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/qtype_algebra.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index 003d0ee..31908f0 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -99,7 +99,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['displayresponse'] = 'Show Formatted'; $string['duplicatevar'] = 'Duplicated variable name: \'{$a}\' is already defined.'; $string['editingalgebra'] = 'Editing an Algebra question'; $string['evalchecks'] = 'Evaluation Checks'; |