String changes for translation purposes

svn: r56
This commit is contained in:
Don Allingham
2001-05-23 22:20:10 +00:00
parent 6a7c0eb205
commit c910353805
11 changed files with 35 additions and 81 deletions

View File

@@ -483,11 +483,11 @@ def dump_person(person,prefix,templateTop,templateBottom,targetDir):
name_or_link(sp_mother,prefix))
html.write("<LI>%s</LI>\n" % txt)
elif sp_father:
txt = _("Spouse's father: %s and %s") % \
txt = _("Spouse's father: %s") % \
name_or_link(sp_father,prefix)
html.write("<LI>%s</LI>\n" % txt)
elif sp_mother:
txt = _("Spouse's father: %s and %s") % \
txt = _("Spouse's mother: %s") % \
name_or_link(sp_mother,prefix)
html.write("<LI>%s</LI>\n" % txt)