* src/plugins/rel_ru.py (get_parents): Remove gettext string.
svn: r4412
This commit is contained in:
parent
f657c59182
commit
017e9f5791
@ -1,3 +1,5 @@
|
||||
2005-04-24 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/rel_ru.py (get_parents): Remove gettext string.
|
||||
|
||||
2005-04-23 Julio Sanchez <jsanchez@users.sourceforge.net>
|
||||
* src/po/es.po: Nearly complete update, but completely untested
|
||||
|
@ -32,7 +32,6 @@
|
||||
import RelLib
|
||||
import Relationship
|
||||
import types
|
||||
from gettext import gettext as _
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@ -117,7 +116,7 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
|
||||
|
||||
def get_parents(self,level):
|
||||
if level>len(_parents_level)-1:
|
||||
return _("remote ancestors")
|
||||
return "дальние родственники"
|
||||
else:
|
||||
return _parents_level[level]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user