From baddab7cd80f8d95179c03bac11dac8a53f23d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= Date: Fri, 5 Jul 2019 09:48:26 +0200 Subject: [PATCH] [form_handler] Fix wording --- form_handler/gtk/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form_handler/gtk/form.py b/form_handler/gtk/form.py index e7873dd..de6520a 100644 --- a/form_handler/gtk/form.py +++ b/form_handler/gtk/form.py @@ -60,5 +60,5 @@ class FormDialog(Gtk.ApplicationWindow): control = find_control(self._account, self._jid) if control is None: return - control.print_conversation('Successful sent form', 'info') + control.print_conversation('Form has successfully been sent', 'info') self.destroy()