From 0eb562e67b1b5774eb177d990b6a2b9a22959a6c Mon Sep 17 00:00:00 2001 From: Christopher Horn Date: Sun, 5 Mar 2023 12:55:24 -0500 Subject: [PATCH] Fix incorrect title of event schema attribute_list --- gramps/gen/lib/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/event.py b/gramps/gen/lib/event.py index f82bc7c8e..c436c7841 100644 --- a/gramps/gen/lib/event.py +++ b/gramps/gen/lib/event.py @@ -162,7 +162,7 @@ class Event(CitationBase, NoteBase, MediaBase, AttributeBase, "title": _("Media")}, "attribute_list": {"type": "array", "items": Attribute.get_schema(), - "title": _("Media")}, + "title": _("Attributes")}, "change": {"type": "integer", "title": _("Last changed")}, "tag_list": {"type": "array",