This commit is contained in:
Kovid Goyal 2017-06-16 12:20:12 +05:30
parent 3402253b7c
commit bc6656c801
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -303,7 +303,7 @@ class StatusBar(QStatusBar): # {{{
if self.library_total != self.total: if self.library_total != self.total:
base = _('{0}, {1} total').format(base, self.library_total) base = _('{0}, {1} total').format(base, self.library_total)
self.defmsg.setText(u'%s\xa0\xa0\xa0\xa0[%s]' % (msg, base)) self.defmsg.setText(u'\xa0%s\xa0\xa0\xa0\xa0[%s]' % (msg, base))
self.clearMessage() self.clearMessage()
def device_disconnected(self): def device_disconnected(self):