From aedf26b8717d700c3ce203308ad1937eb7be1fc8 Mon Sep 17 00:00:00 2001 From: Espen Berg Date: Wed, 7 Dec 2016 21:57:07 +0100 Subject: [PATCH] Corrected another typo in relationship calculator, Norwegian --- gramps/plugins/rel/rel_no.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/rel/rel_no.py b/gramps/plugins/rel/rel_no.py index 437c49bbd..f12e87c00 100644 --- a/gramps/plugins/rel/rel_no.py +++ b/gramps/plugins/rel/rel_no.py @@ -44,7 +44,7 @@ _cousin_level = [ "", "", #brother/sister, fetter/kusine -- these are taken care "nimenning", "timenning", "ellevemenning", "tolvmenning", "tretenmenning", "fjortenmenning", "femtenmenning", "sekstenmenning", "syttenmenning", -"attenmenning", "nittenmenning", "tyvemenning" ] +"attenmenning", "nittenmenning", "tjuemenning" ] _cousin_terms = _cousin_level + ["fetter", "kusine"] #-------------------------------------------------------------------------