From c0c64d041919bb0884c445de5bdc323f3580b6c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Oct 2013 11:25:11 +0530 Subject: [PATCH] ... --- src/calibre/devices/kobo/driver.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 1410145811..11981cbcd6 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -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: