* src/plugins/rel_ru.py (get_parents): Remove gettext string.

svn: r4412
This commit is contained in:
Alex Roitman
2005-04-24 14:43:46 +00:00
parent f657c59182
commit 017e9f5791
2 changed files with 3 additions and 2 deletions

View File

@@ -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]