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