From 8e0381b64ec67eaaa3257f5b4c173e4201f9d3b7 Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Tue, 6 Apr 2010 20:15:23 +0000 Subject: [PATCH] 0003219: Mother Lineage Quick Report (on Person view) uses incorrect genetic nomenclature see http://genealogy.about.com/cs/geneticgenealogy/a/dna_tests.htm for info about this. svn: r15051 --- src/plugins/quickview/lineage.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/quickview/lineage.py b/src/plugins/quickview/lineage.py index fc8573af7..790a2f7ab 100644 --- a/src/plugins/quickview/lineage.py +++ b/src/plugins/quickview/lineage.py @@ -53,7 +53,7 @@ def run_father(database, document, person): sd.paragraph(_("" "This report shows the father lineage, also called patronymic lineage" " or Y-line." - " People in this lineage all share the same Y-chromosone." + " People in this lineage all share the same Y-chromosome." )) sd.paragraph("") stab = SimpleTable(sa) @@ -82,8 +82,8 @@ def run_mother(database, document, person): sd.paragraph("") sd.paragraph(_("" "This report shows the mother lineage, also called matronymic lineage " - "or M-line." - " People in this lineage all share the same RNA." + "mtDNA lineage." + " People in this lineage all share the same Mitochondrial DNA (mtDNA)." )) sd.paragraph("") @@ -163,8 +163,8 @@ def make_details_child(gender, person, sa, sd, database) : male/female lineage """ def make_child_line(child, prepend, generation) : - """ Recursively called funcion to write one child line - Person is the child, prepend is the string that preceeds it + """ Recursively called function to write one child line + Person is the child, prepend is the string that precedes it on print. As the recursion grows, prepend is increased Gen is the generation level """