From fcde4a1e3b8c841b64d071682f4d874f6a1a4eb6 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Thu, 28 Jan 2010 14:35:56 +0000 Subject: [PATCH] Fix of minor bug in inlaw. svn: r14155 --- src/plugins/rel/rel_sv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/rel/rel_sv.py b/src/plugins/rel/rel_sv.py index d60eabe3e..96d8b8be1 100644 --- a/src/plugins/rel/rel_sv.py +++ b/src/plugins/rel/rel_sv.py @@ -187,7 +187,7 @@ class RelationshipCalculator(Relationship.RelationshipCalculator): else: result.append('mor') if inlaw != '' : - inlaw = 'ingifta ' + inlaw = 's ingifta ' result.append(self._get_cousin(level, step, inlaw)) if step != '' and len(result)==1: result[0] = self.STEP + result[0]