locales: dialog change continue to accept

this is also used as test for weblate
This commit is contained in:
alfrix
2023-09-12 08:16:57 -03:00
parent 1c2ca8eec9
commit 79f4b45713
43 changed files with 83 additions and 89 deletions

View File

@@ -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}
]