This commit is contained in:
Kovid Goyal 2021-06-06 18:27:00 +05:30
parent b14df7259c
commit af1b7f408b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: