From 51e3fe7e75f9b605448b44a0c338b846d20ba1ff Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 15 Mar 2008 08:02:10 +0000 Subject: [PATCH] Unnessecary empty translatable string made untranslatable svn: r10317 --- src/ReportBase/_ReportUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReportBase/_ReportUtils.py b/src/ReportBase/_ReportUtils.py index 8aa518683..969282a39 100644 --- a/src/ReportBase/_ReportUtils.py +++ b/src/ReportBase/_ReportUtils.py @@ -527,7 +527,7 @@ died_no_date_no_place = [ ], }, [ - _(""), + "", _("Died (age %(age)d years)."), _("Died (age %(age)d months)."), _("Died (age %(age)d days)."),