Skip to content
Snippets Groups Projects
Commit b7048aa0 authored by Zhenchao Li's avatar Zhenchao Li
Browse files

fix typo. 'contacts' -> 'contact'

parent 01c1465d
No related branches found
No related tags found
No related merge requests found
......@@ -304,9 +304,9 @@ class FileTransfersWindow:
return False
self.add_transfer(account, contact, file_props)
if contact.supports(NS_JINGLE_FILE_TRANSFER):
log.info("contacts supports jingle file transfer")
log.info("contact supports jingle file transfer")
else:
log.info("contacts does not support jingle file transfer")
log.info("contact does not support jingle file transfer")
gajim.connections[account].send_file_request(file_props)
return True
......
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