Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
217
Issues
217
List
Boards
Labels
Milestones
Merge Requests
28
Merge Requests
28
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
Commits
5353f770
Commit
5353f770
authored
Mar 26, 2018
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix button text. Fixes #9005
parent
99b3aebc
Pipeline
#1182
passed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/chat_control.py
gajim/chat_control.py
+1
-1
No files found.
gajim/chat_control.py
View file @
5353f770
...
...
@@ -1581,7 +1581,7 @@ class ChatControl(ChatControlBase):
markup
+=
' (
%
s)'
%
file_props
.
desc
markup
+=
'
\n
%
s:
%
s'
%
(
_
(
'Size'
),
helpers
.
convert_bytes
(
file_props
.
size
))
b1
=
Gtk
.
Button
(
_
(
'
_
Accept'
))
b1
=
Gtk
.
Button
(
_
(
'Accept'
))
b1
.
connect
(
'clicked'
,
self
.
_on_accept_file_request
,
file_props
)
b2
=
Gtk
.
Button
(
stock
=
Gtk
.
STOCK_CANCEL
)
b2
.
connect
(
'clicked'
,
self
.
_on_cancel_file_request
,
file_props
)
...
...
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