From 5d2c8170482d8901560ff8dfc25d2d76a66e753b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 25 Feb 2010 17:19:12 +0000 Subject: [PATCH] typo svn: r14488 --- src/plugins/tool/RelCalc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tool/RelCalc.py b/src/plugins/tool/RelCalc.py index b71b830b8..11ddb53bb 100644 --- a/src/plugins/tool/RelCalc.py +++ b/src/plugins/tool/RelCalc.py @@ -210,7 +210,7 @@ class RelCalc(Tool.Tool, ManagedWindow.ManagedWindow): p2c = self.db.get_person_from_handle(common[1]) p1str = name_displayer.display(p1c) p2str = name_displayer.display(p2c) - commontext = " " + _("Their common ancestors are %(acentor1)s and %(ancestor2)s.") + commontext = " " + _("Their common ancestors are %(ancestor1)s and %(ancestor2)s.") % { 'ancestor1' : p1str, 'ancestor2' : p2str } elif length > 2: index = 0