From 9e77d90748922807ae8595fd403828e4d3e69554 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 29 Dec 2007 16:06:08 +0000 Subject: [PATCH] Self is now translatable svn: r9626 --- src/plugins/siblings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/siblings.py b/src/plugins/siblings.py index d5557fdaa..ca816227d 100644 --- a/src/plugins/siblings.py +++ b/src/plugins/siblings.py @@ -55,7 +55,7 @@ def run(database, document, person): rel_class.get_sibling_type(database, person, child), person.get_gender(), child.get_gender()) else: - rel_str = 'self' + rel_str = _('self') # pass row the child object to make link: stab.row(child, sdb.gender(child),