03650: Cannot execute changes proposed by Calculate Estimated Date

svn: r14577
This commit is contained in:
Benny Malengier 2010-03-02 11:20:17 +00:00
parent d594dcf247
commit 045a787ad1

View File

@ -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")