[form_handler] Fix wording
This commit is contained in:
@@ -60,5 +60,5 @@ class FormDialog(Gtk.ApplicationWindow):
|
|||||||
control = find_control(self._account, self._jid)
|
control = find_control(self._account, self._jid)
|
||||||
if control is None:
|
if control is None:
|
||||||
return
|
return
|
||||||
control.print_conversation('Successful sent form', 'info')
|
control.print_conversation('Form has successfully been sent', 'info')
|
||||||
self.destroy()
|
self.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user