mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
b14df7259c
commit
af1b7f408b
@ -3674,18 +3674,17 @@ 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.'
|
||||||
) +
|
) +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
_('Discussion of any new Kobo firmware can be found in the'
|
_('Discussion of any new Kobo firmware can be found in the'
|
||||||
' Kobo forum at MobileRead. This is at %s.'
|
' Kobo forum at MobileRead. This is at %s.'
|
||||||
) % 'https://www.mobileread.com/forums/forumdisplay.php?f=223'
|
) % 'https://www.mobileread.com/forums/forumdisplay.php?f=223' + '\n' +
|
||||||
+
|
|
||||||
'\n' +
|
|
||||||
(
|
(
|
||||||
'\nDevice database version: %s.'
|
'\nDevice database version: %s.'
|
||||||
'\nDevice firmware version: %s'
|
'\nDevice firmware version: %s'
|
||||||
) % (self.dbversion, self.fwversion),
|
) % (self.dbversion, self.fwversion),
|
||||||
UserFeedback.WARN)
|
UserFeedback.WARN
|
||||||
|
)
|
||||||
|
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user