From eca7d4651ea9e16e8a92520bad7d00fccef867bc Mon Sep 17 00:00:00 2001
From: Aleksander Sadikov
Date: Tue, 9 Aug 2016 16:32:15 +0200
Subject: English translation for descendant/2 added.
---
prolog/problems/family_relations/ancestor_2/en.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'prolog/problems/family_relations/ancestor_2')
diff --git a/prolog/problems/family_relations/ancestor_2/en.py b/prolog/problems/family_relations/ancestor_2/en.py
index cec2a29..322ab92 100644
--- a/prolog/problems/family_relations/ancestor_2/en.py
+++ b/prolog/problems/family_relations/ancestor_2/en.py
@@ -77,12 +77,13 @@ e.g. grandgrandparents or grandgrandgrandparents are also ancestors.
''',
'predicate_always_false': '''\
-It seems your predicate is always "false". Did you give it the correct name, or is it perhaps misspelled?
+It seems your predicate is always "false". Did you give it the correct name,
+or is it perhaps misspelled?
If the name is correct, check whether something else is misspelled, perhaps there is a full stop instead of
a comma or vice versa, or maybe you typed a variable name in lowercase?
It is, of course, also possible that your conditions are too restrictive, or even impossible to satisfy
-(as would be, for example, the condition that X
is both parent and a sister of Y
, or
-something similar).
+(as would be, for example, the condition that X
is both a parent and a sister of Y
, or
+something similarly impossible).
''',
'timeout': '''\
--
cgit v1.2.1