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

fix a tb

parent 1b8b6a43
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ def dbus_notify(event_type, jid, account, msg_type = '', file_props = None):
# get the name of the contact, as it is in the roster
name = gajim.get_first_contact_instance_from_jid(
account, receiver).name
filename = os.path.basename(file_props['file-name'])
if event_type == _('File Transfer Completed'):
txt = _('You successfully sent %(filename)s to %(name)s.')\
% {'filename': filename, 'name': name}
......
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