in FTError dialog we show recipient instead of sender

This commit is contained in:
Yann Leboulanger 2006-07-21 07:50:36 +00:00
parent 7208ea150a
commit ef0604e29e
1 changed files with 1 additions and 1 deletions

View File

@ -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()