This commit is contained in:
Kovid Goyal 2013-10-03 11:19:33 +05:30
parent d4d98e3f2a
commit d445cb3b6b

View File

@ -661,7 +661,7 @@ class KOBO(USBMS):
' "Attempt to support newer firmware" option.'
' Doing so may require you to perform a factory reset of'
' your Kobo.'
'\nDevice database version: %s.'
'\nDevice database version: %s.'
'\nDevice firmware version: %s' % (self.dbversion, self.fwversion)
),
UserFeedback.WARN)
@ -2836,7 +2836,7 @@ class KOBOTOUCH(KOBO):
' "Attempt to support newer firmware" option.'
' Doing so may require you to perform a factory reset of'
' your Kobo.'
'\nDevice database version: %s.'
'\nDevice database version: %s.'
'\nDevice firmware version: %s' % (self.dbversion, self.fwversion)
),
UserFeedback.WARN)