Update sync progress string

This commit is contained in:
croneter 2018-11-12 16:37:56 +01:00
parent 52dfd49080
commit 2d5e22c146

View file

@ -67,7 +67,7 @@ class ProcessMetadata(backgroundthread.KillableThread, common.libsync_mixin):
progress = 0
self.dialog.update(progress,
'%s (%s)' % (self.section_name, self.section_type_text),
'%s/%s: %s'
'%s/%s %s'
% (self.current, self.total, self.title))
def run(self):