Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
5353f770 by Yann Leboulanger at 2018-03-26T17:45:32+02:00
Fix button text. Fixes #9005
- - - - -
1 changed file:
- gajim/chat_control.py
Changes:
=====================================
gajim/chat_control.py
=====================================
--- a/gajim/chat_control.py
+++ b/gajim/chat_control.py
@@ -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)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/5353f770a10ee0259c6421a7883e98ddaeeae467
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/5353f770a10ee0259c6421a7883e98ddaeeae467
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits