diff --git a/gramps/gui/views/tags.py b/gramps/gui/views/tags.py index e07c1a9b9..1c87b36c6 100644 --- a/gramps/gui/views/tags.py +++ b/gramps/gui/views/tags.py @@ -631,7 +631,7 @@ class EditTag: hbox.pack_start(self.color, False, False, 5) top.add_button(_('_Help'), Gtk.ResponseType.HELP) - top.add_button(_('_OK'), Gtk.ResponseType.OK) top.add_button(_('_Cancel'), Gtk.ResponseType.CANCEL) + top.add_button(_('_OK'), Gtk.ResponseType.OK) top.show_all() return top