Skip to content
Snippets Groups Projects
Commit c92c1289 authored by steve-e's avatar steve-e
Browse files

Fix indentation

parent f791def2
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,7 @@ class FileTransfersTooltip(BaseTooltip):
file_props['stopped'] == True:
status = _('Stopped')
elif file_props['completed']:
status = _('Completed')
status = _('Completed')
elif file_props['connected'] == False:
if file_props['completed']:
status = _('Completed')
......
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