Update due to new context prefix.

svn: r11272
This commit is contained in:
Peter Landgren 2008-11-08 15:34:31 +00:00
parent 934a9514d9
commit c9dff4de59

View File

@ -29,8 +29,7 @@
#
#------------------------------------------------------------------------
import math
from gettext import gettext as _
from TransUtils import sgettext as _
#------------------------------------------------------------------------
#
# GRAMPS modules
@ -50,8 +49,8 @@ cm2pt = ReportUtils.cm2pt
# Constants
#
#------------------------------------------------------------------------
_BORN = _('b.')
_DIED = _('d.')
_BORN = _('short for born|b.')
_DIED = _('short for died|d.')
#------------------------------------------------------------------------
#