mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 22:35:25 +01:00
Make Jonatan feel better :)
This commit is contained in:
parent
b967d20420
commit
2fadaf5b19
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ def _set_label(self):
|
|||
if self.library_total != self.total:
|
||||
base = _('{0}, {1} total').format(base, self.library_total)
|
||||
|
||||
self.defmsg.setText(f'\xa0{msg}\xa0\xa0\xa0\xa0[{base}]')
|
||||
self.defmsg.setText(f'\xa0{msg}\xa0\xa0\xa0\xa0[{base}] ')
|
||||
self.clearMessage()
|
||||
|
||||
def device_disconnected(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue