mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix translatable string in kobo driver
This commit is contained in:
parent
b498743bc1
commit
f55b13aeb0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user