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()