[Kanor] Fix typo. Fixes #5243

This commit is contained in:
Yann Leboulanger 2009-08-28 13:44:03 +02:00
parent 54fa89af23
commit abe9eb8b7d
1 changed files with 1 additions and 1 deletions

View File

@ -1838,7 +1838,7 @@ class RosterWindow:
gajim.events.remove_events(account, jid, event)
return True
elif event.type_ in ('file-error', 'file-stopped'):
msg_error = ''
msg_err = ''
if data['error'] == -1:
msg_err = _('Remote contact stopped transfer')
elif data['error'] == -6: