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