summaryrefslogtreecommitdiff
path: root/prolog/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/en.py')
-rw-r--r--prolog/en.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/prolog/en.py b/prolog/en.py
index 8c60eb3..17a6fc4 100644
--- a/prolog/en.py
+++ b/prolog/en.py
@@ -22,14 +22,14 @@ hint = {
''',
'monkey_change': '''\
-<p>Check this part.</p>
+<p>Check the highlighted part.</p>
''',
'monkey_insert': '''\
-<p>Add another part.</p>
+<p>Add another goal or clause.</p>
''',
'monkey_remove': '''\
-<p>Remove this part.</p>
+<p>Remove the highlighted part.</p>
''',
}