Unnecessary translation string with spaces made not translateble.

svn: r11942
This commit is contained in:
Peter Landgren 2009-02-09 20:03:17 +00:00
parent 4e83f43a6c
commit 7f1cbf9063

View File

@ -266,7 +266,7 @@ class AllRelReport():
sdoc.header1(_("Detailed path from %(person)s to common ancestor"
) % {'person':pers})
sdoc.paragraph("")
sdoc.header2(_FMT_DET1 % (_(' '), _('Name Common ancestor')))
sdoc.header2(_FMT_DET1 % (' ', _('Name Common ancestor')))
sdoc.header2(_FMT_DET2 % (' ', _('Parent'), _('Birth'), _('Family')))
sdoc.paragraph("")
for relation in relations: