Fix typo in translation

This commit is contained in:
jose1711 2018-05-11 22:17:02 +02:00 committed by Nick Hall
parent acf775ea90
commit 59021550e2

View File

@ -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]