diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 9acc46c7c..b7379d335 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -114,7 +114,7 @@ class ChildEmbedList(EmbeddedList): Create the object, storing the passed family value """ self.family = family - EmbeddedList.__init__(self, dbstate, uistate, track, _('_Children'), + EmbeddedList.__init__(self, dbstate, uistate, track, _('Chil_dren'), ChildModel, share_button=True, move_buttons=True) def get_popup_menu_items(self):