5338: Family Descendant Chart text errors; english locale

svn: r18390
This commit is contained in:
Jérôme Rapinat 2011-10-31 09:56:06 +00:00
parent 5f2a002a6c
commit 0c2773f39c

View File

@ -33,12 +33,7 @@ Reports/Graphical Reports/Personal Tree
# GRAMPS modules
#
#------------------------------------------------------------------------
try:
from TransUtils import get_addon_translator
_ = get_addon_translator(__file__).gettext
except:
import gettext
_ = gettext.gettext
from TransUtils import sgettext as _
from Errors import ReportError