From 3b1e7d5a3695cea4cd20c3b6ce44ce5042a6dfeb Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Wed, 3 Mar 2010 15:37:30 +0000 Subject: [PATCH] Typo. svn: r14596 --- src/plugins/import/ImportProGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/import/ImportProGen.py b/src/plugins/import/ImportProGen.py index ff2d83ed2..ee6890140 100644 --- a/src/plugins/import/ImportProGen.py +++ b/src/plugins/import/ImportProGen.py @@ -1242,7 +1242,7 @@ class ProgenParser(object): log.warning(_("cannot find father for I%(person)s (father=%(id)d)")) % { 'person' : pers_id, 'id' : father } elif mother > 0 and not mother_handle: - log.warning(_("cannot find mother for I(person)%s (mother=%(mother)d)")) % { + log.warning(_("cannot find mother for I%(person)s (mother=%(mother)d)")) % { 'person' : pers_id, 'mother' : mother } else: fam = self.fm2fam.get((father_handle, mother_handle), None)