locales: dialog change continue to accept
this is also used as test for weblate
This commit is contained in:
@@ -769,7 +769,7 @@ class KlipperScreen(Gtk.Window):
|
||||
|
||||
def _confirm_send_action(self, widget, text, method, params=None):
|
||||
buttons = [
|
||||
{"name": _("Continue"), "response": Gtk.ResponseType.OK},
|
||||
{"name": _("Accept"), "response": Gtk.ResponseType.OK},
|
||||
{"name": _("Cancel"), "response": Gtk.ResponseType.CANCEL}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user