use translated string for custom attribute type after merging
svn: r18885
This commit is contained in:
parent
7d2278674e
commit
3a6f1e69f5
@ -52,6 +52,7 @@ src/gen/lib/markertype.py
|
||||
src/gen/lib/nametype.py
|
||||
src/gen/lib/nameorigintype.py
|
||||
src/gen/lib/notetype.py
|
||||
src/gen/lib/person.py
|
||||
src/gen/lib/repotype.py
|
||||
src/gen/lib/srcmediatype.py
|
||||
src/gen/lib/surnamebase.py
|
||||
|
@ -127,7 +127,6 @@ src/gen/lib/mediaref.py
|
||||
src/gen/lib/name.py
|
||||
src/gen/lib/note.py
|
||||
src/gen/lib/notebase.py
|
||||
src/gen/lib/person.py
|
||||
src/gen/lib/personref.py
|
||||
src/gen/lib/place.py
|
||||
src/gen/lib/placebase.py
|
||||
|
@ -48,6 +48,7 @@ from gen.lib.attrtype import AttributeType
|
||||
from gen.lib.eventroletype import EventRoleType
|
||||
from gen.lib.attribute import Attribute
|
||||
from gen.lib.const import IDENTICAL, EQUAL, DIFFERENT
|
||||
from gen.ggettext import gettext as _
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user