From 045a787ad17d11e2ae68899f48f275c3bad1cc7c Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 2 Mar 2010 11:20:17 +0000 Subject: [PATCH] 03650: Cannot execute changes proposed by Calculate Estimated Date svn: r14577 --- src/plugins/tool/CalculateEstimatedDates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tool/CalculateEstimatedDates.py b/src/plugins/tool/CalculateEstimatedDates.py index 83201649f..d384209a4 100644 --- a/src/plugins/tool/CalculateEstimatedDates.py +++ b/src/plugins/tool/CalculateEstimatedDates.py @@ -445,7 +445,7 @@ class CalcToolManagedWindow(PluginWindows.ToolManagedWindowBatch): other_name = self.sdb.name(other) if other_name: explanation = _("Added birth event based on %(evidence)s, from %(name)s") % { - 'evidence' : evidence, 'name ' : other_name } + 'evidence' : evidence, 'name' : other_name } else: explanation = _("Added birth event based on %s") % evidence modifier = self.get_modifier("birth")