mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 12:48:36 +02:00
IGN:
This commit is contained in:
parent
ff2d685198
commit
e2e9dd7863
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ def info_read(self, id, description, result, exception, formatted_traceback):
|
|||
return
|
||||
info, cp, fs = result
|
||||
self.location_view.model().update_devices(cp, fs)
|
||||
self.device_info = 'Connected '+' '.join(info[:-1])
|
||||
self.device_info = _('Connected ')+' '.join(info[:-1])
|
||||
self.vanity.setText(self.vanity_template%dict(version=self.latest_version, device=self.device_info))
|
||||
func = self.device_manager.books_func()
|
||||
self.job_manager.run_device_job(self.metadata_downloaded, func)
|
||||
|
|
|
|||
Loading…
Reference in a new issue