* src/plugins/IndivComplete.py: fixed child_relations translation
* src/const.py.in: fixed child_relations translation * src/SelectChild.py: fixed child_relations translation * src/TransTable.py: unicode conversion * src/ChooseParents.py: fixed child_relations translation svn: r2836
This commit is contained in:
@@ -167,7 +167,7 @@ shortopts = "i:o:f:a:?"
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
childRelations = {
|
||||
child_relations = TransTable( {
|
||||
_("Birth") : "Birth",
|
||||
_("Adopted") : "Adopted",
|
||||
_("Stepchild") : "Stepchild",
|
||||
@@ -176,7 +176,7 @@ childRelations = {
|
||||
_("None") : "None",
|
||||
_("Unknown") : "Unknown",
|
||||
_("Other") : "Other",
|
||||
}
|
||||
})
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user