mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d445cb3b6b
commit
c0c64d0419
@ -660,11 +660,10 @@ class KOBO(USBMS):
|
||||
' selecting "Configure this device" and then the '
|
||||
' "Attempt to support newer firmware" option.'
|
||||
' Doing so may require you to perform a factory reset of'
|
||||
' your Kobo.'
|
||||
' your Kobo.') + ((
|
||||
'\nDevice database version: %s.'
|
||||
'\nDevice firmware version: %s' % (self.dbversion, self.fwversion)
|
||||
),
|
||||
UserFeedback.WARN)
|
||||
'\nDevice firmware version: %s') % (self.dbversion, self.fwversion))
|
||||
, UserFeedback.WARN)
|
||||
|
||||
return False
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user