Skip to content
Snippets Groups Projects
Commit c984ef15 authored by nkour's avatar nkour
Browse files

use ft_request image. thanks again Grenshad for all icons

parent c468ebf3
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ def __init__(self, event_type, jid, account, msg_type = '', file_props = None):
else: # New Single Message
img = 'single_msg_recv.png'
elif event_type == _('File Transfer Request'):
img = 'requested.png' # FIXME: better img
img = 'ft_request.png'
ntype = 'transfer'
#we talk about a name here
txt = _('%s wants to send you a file.') % actor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment