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
This commit is contained in:
Raphael Ackermann 2010-04-06 20:15:23 +00:00
parent c3d200a96c
commit 8e0381b64e

View File

@ -53,7 +53,7 @@ def run_father(database, document, person):
sd.paragraph(_("" sd.paragraph(_(""
"This report shows the father lineage, also called patronymic lineage" "This report shows the father lineage, also called patronymic lineage"
" or Y-line." " 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("") sd.paragraph("")
stab = SimpleTable(sa) stab = SimpleTable(sa)
@ -82,8 +82,8 @@ def run_mother(database, document, person):
sd.paragraph("") sd.paragraph("")
sd.paragraph(_("" sd.paragraph(_(""
"This report shows the mother lineage, also called matronymic lineage " "This report shows the mother lineage, also called matronymic lineage "
"or M-line." "mtDNA lineage."
" People in this lineage all share the same RNA." " People in this lineage all share the same Mitochondrial DNA (mtDNA)."
)) ))
sd.paragraph("") sd.paragraph("")
@ -163,8 +163,8 @@ def make_details_child(gender, person, sa, sd, database) :
male/female lineage male/female lineage
""" """
def make_child_line(child, prepend, generation) : def make_child_line(child, prepend, generation) :
""" Recursively called funcion to write one child line """ Recursively called function to write one child line
Person is the child, prepend is the string that preceeds it Person is the child, prepend is the string that precedes it
on print. As the recursion grows, prepend is increased on print. As the recursion grows, prepend is increased
Gen is the generation level Gen is the generation level
""" """