From 3311224e48b5aa8b106415e53d3fed5b885646e0 Mon Sep 17 00:00:00 2001 From: Paul Culley Date: Thu, 10 Aug 2017 13:55:08 -0500 Subject: [PATCH] Typo in note get_schema (#444) --- gramps/gen/lib/note.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/note.py b/gramps/gen/lib/note.py index a56f283d1..a5b40c09c 100644 --- a/gramps/gen/lib/note.py +++ b/gramps/gen/lib/note.py @@ -111,7 +111,7 @@ class Note(BasicPrimaryObject): "_class": {"enum": [cls.__name__]}, "handle": {"type": "string", "maxLength": 50, - "title": ("Handle")}, + "title": _("Handle")}, "gramps_id": {"type": "string", "title": _("Gramps ID")}, "text": StyledText.get_schema(),