Unnecessary translation string with spaces made not translateble.
svn: r11942
This commit is contained in:
parent
4e83f43a6c
commit
7f1cbf9063
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user