Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 3ebfd85

Browse files
committed
make failure message more generic
1 parent 68bcb67 commit 3ebfd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runestone/parsons/js/parsons-i18n.en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $.i18n().load({
33
msg_parson_check_me: "Check",
44
msg_parson_reset: "Reset",
55
msg_parson_help: "Help me",
6-
msg_parson_too_short: "Your program is too short. Add more blocks.",
6+
msg_parson_too_short: "Your answer is too short. Add more blocks.",
77
msg_parson_drag_from_here: "Drag from here",
88
msg_parson_drag_to_here: "Drop blocks here",
99
msg_parson_correct_first_try:
@@ -15,7 +15,7 @@ $.i18n().load({
1515
msg_parson_wrong_indents:
1616
"These blocks are not indented correctly. To indent a block more, drag it to the right. To reduce the indention, drag it to the left.",
1717
msg_parson_wrong_order:
18-
"Highlighted blocks in your program are wrong or are in the wrong order. This can be fixed by moving, removing, or replacing highlighted blocks.",
18+
"Highlighted blocks in your answer are wrong or are in the wrong order. This can be fixed by moving, removing, or replacing highlighted blocks.",
1919
msg_parson_arrow_navigate:
2020
"Arrow keys to navigate. Space to select / deselect block to move.",
2121
msg_parson_help_info:

0 commit comments

Comments
 (0)