Fix of issue 3480.

svn: r13996
This commit is contained in:
Peter Landgren
2010-01-08 15:57:54 +00:00
parent f579f495cb
commit e4dfdb9190

View File

@ -30,7 +30,7 @@ Base type for all gramps types.
# Python modules # Python modules
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
from gettext import gettext as _ from TransUtils import gettext as _
_UNKNOWN = _('Unknown') _UNKNOWN = _('Unknown')
#------------------------------------------------------------------------- #-------------------------------------------------------------------------