Merge pull request #29 from gramps-project/sam-m888-patch-3
Spelling mistake inlae > inlaw
This commit is contained in:
commit
30336981f2
@ -357,7 +357,7 @@ class RelationshipCalculator(gramps.gen.relationship.RelationshipCalculator):
|
|||||||
else:
|
else:
|
||||||
return "%d-ésima tía abuela%s" % (level-2, inlaw)
|
return "%d-ésima tía abuela%s" % (level-2, inlaw)
|
||||||
|
|
||||||
def _get_distant_aunt(self, level, step, inlae):
|
def _get_distant_aunt(self, level, step, inlaw):
|
||||||
if step:
|
if step:
|
||||||
base = 'tiastra'
|
base = 'tiastra'
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user