Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
78
Issues
78
List
Boards
Labels
Milestones
Merge Requests
31
Merge Requests
31
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
baddab7c
Commit
baddab7c
authored
Jul 05, 2019
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[form_handler] Fix wording
parent
2d96401d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
form_handler/gtk/form.py
form_handler/gtk/form.py
+1
-1
No files found.
form_handler/gtk/form.py
View file @
baddab7c
...
...
@@ -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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment