diff --git a/gramps/plugins/rel/rel_cs.py b/gramps/plugins/rel/rel_cs.py index a2bcc0716..9fbaa9015 100644 --- a/gramps/plugins/rel/rel_cs.py +++ b/gramps/plugins/rel/rel_cs.py @@ -94,7 +94,7 @@ class RelationshipCalculator(gramps.gen.relationship.RelationshipCalculator): def get_parents(self, level): if level > len(_parents_level)-1: - return "vzdáleení příbuzní" + return "vzdálení příbuzní" else: return _parents_level[level]