From 7f1cbf90638461b21f18fe552fa170ab574dcbfa Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Mon, 9 Feb 2009 20:03:17 +0000 Subject: [PATCH] Unnecessary translation string with spaces made not translateble. svn: r11942 --- src/plugins/quickview/all_relations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/quickview/all_relations.py b/src/plugins/quickview/all_relations.py index e6df9d7a5..082c5a147 100644 --- a/src/plugins/quickview/all_relations.py +++ b/src/plugins/quickview/all_relations.py @@ -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: