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