diff --git a/gramps/gen/lib/citation.py b/gramps/gen/lib/citation.py index 3cf836698..09b3661a9 100644 --- a/gramps/gen/lib/citation.py +++ b/gramps/gen/lib/citation.py @@ -120,9 +120,9 @@ class Citation(MediaBase, NoteBase, SrcAttributeBase, IndirectCitationBase, "media_list": {"type": "array", "items": MediaRef.get_schema(), "title": _("Media")}, - "srcattr_list": {"type": "array", - "items": SrcAttribute.get_schema(), - "title": _("Source Attributes")}, + "attribute_list": {"type": "array", + "items": SrcAttribute.get_schema(), + "title": _("Source Attributes")}, "change": {"type": "integer", "title": _("Last changed")}, "tag_list": {"type": "array", diff --git a/gramps/gen/lib/src.py b/gramps/gen/lib/src.py index 49b2e315a..1cebc9fad 100644 --- a/gramps/gen/lib/src.py +++ b/gramps/gen/lib/src.py @@ -119,9 +119,9 @@ class Source(MediaBase, NoteBase, SrcAttributeBase, IndirectCitationBase, "title": _("Abbreviation")}, "change": {"type": "integer", "title": _("Last changed")}, - "srcattr_list": {"type": "array", - "items": SrcAttribute.get_schema(), - "title": _("Source Attributes")}, + "attribute_list": {"type": "array", + "items": SrcAttribute.get_schema(), + "title": _("Source Attributes")}, "reporef_list": {"type": "array", "items": RepoRef.get_schema(), "title": _("Repositories")},