Update sync progress string
This commit is contained in:
parent
52dfd49080
commit
2d5e22c146
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class ProcessMetadata(backgroundthread.KillableThread, common.libsync_mixin):
|
||||||
progress = 0
|
progress = 0
|
||||||
self.dialog.update(progress,
|
self.dialog.update(progress,
|
||||||
'%s (%s)' % (self.section_name, self.section_type_text),
|
'%s (%s)' % (self.section_name, self.section_type_text),
|
||||||
'%s/%s: %s'
|
'%s/%s %s'
|
||||||
% (self.current, self.total, self.title))
|
% (self.current, self.total, self.title))
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Loading…
Reference in a new issue