From f718c5f8b443be744a6cc4d40904f617a23c324f Mon Sep 17 00:00:00 2001 From: jose1711 Date: Fri, 11 May 2018 22:17:02 +0200 Subject: [PATCH] Fix typo in translation --- gramps/plugins/rel/rel_cs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]