Fix typo
This commit is contained in:
parent
b544ad93f3
commit
334bbf418c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Threaded_Show_Sync_Info(Thread):
|
||||||
"""
|
"""
|
||||||
log.debug('Show sync info thread started')
|
log.debug('Show sync info thread started')
|
||||||
# cache local variables because it's faster
|
# cache local variables because it's faster
|
||||||
total = self.totaltal
|
total = self.total
|
||||||
dialog = DialogProgressBG('dialoglogProgressBG')
|
dialog = DialogProgressBG('dialoglogProgressBG')
|
||||||
thread_stopped = self.thread_stopped
|
thread_stopped = self.thread_stopped
|
||||||
dialog.create("%s %s: %s %s"
|
dialog.create("%s %s: %s %s"
|
||||||
|
|
Loading…
Reference in a new issue