summaryrefslogtreecommitdiff
path: root/prolog/en.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-10-04 14:59:21 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-10-04 14:59:21 +0200
commitb38db7fe532e60426099471ac4e8d46b38a12f62 (patch)
tree1074ff8802aae0f4717760421c90821b470e9305 /prolog/en.py
parentee0b99ace82a7abdbaa2a64799b60d8f0d48b5fe (diff)
Prolog: reduce inference limit for rev_2
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>
''',
}