removed duplicate NUM_CHILD entry in _DATAMAP list

svn: r10379
This commit is contained in:
James G Sack 2008-03-23 18:49:12 +00:00
parent 0f21524aa7
commit 5f5e83f512

View File

@ -67,7 +67,6 @@ class AttributeType(GrampsType):
(NATIONAL , _("National Origin"), "National Origin"),
(NUM_CHILD , _("Number of Children"), "Number of Children"),
(SSN , _("Social Security Number"), "Social Security Number"),
(NUM_CHILD , _("Number of Children"), "Number of Children"),
(NICKNAME , _("Nickname"), "Nickname"),
(CAUSE , _("Cause"), "Cause"),
(AGENCY , _("Agency"), "Agency"),