in FTError dialog we show recipient instead of sender
This commit is contained in:
parent
7208ea150a
commit
ef0604e29e
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ _('Connection with peer cannot be established.'))
|
|||
else:
|
||||
file_name = file_props['name']
|
||||
sectext = '\t' + _('Filename: %s') % file_name
|
||||
sectext += '\n\t' + _('Sender: %s') % jid
|
||||
sectext += '\n\t' + _('Recipient: %s') % jid
|
||||
dialogs.ErrorDialog(_('File transfer stopped by the contact of the other side'), \
|
||||
sectext)
|
||||
self.tree.get_selection().unselect_all()
|
||||
|
|
Loading…
Add table
Reference in a new issue