From f55b13aeb08e07614961ef25c4f8386f74f46c7f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 5 Oct 2013 13:48:46 +0530 Subject: [PATCH] Fix translatable string in kobo driver --- src/calibre/devices/kobo/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 11981cbcd6..2c1c063817 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -2834,10 +2834,10 @@ class KOBOTOUCH(KOBO): ' 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) - ), + '\nDevice firmware version: %s' + ) % (self.dbversion, self.fwversion), UserFeedback.WARN) return False