[form_handler] Fix wording

This commit is contained in:
Daniel Brötzmann
2019-07-05 09:48:26 +02:00
parent 2d96401d3b
commit baddab7cd8

View File

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