Update due to new context prefix.
svn: r11272
This commit is contained in:
parent
934a9514d9
commit
c9dff4de59
@ -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.')
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user