From cff3c4ad689364e99c30ed1b41841b5cbff585e3 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Mon, 3 Jun 2019 14:29:17 +0200 Subject: [PATCH] Tweak the PNG help message a bit Given that Nickel has handled PNGs as books as early as 2.9.0, if not earlier, I can't see this actually being an issue anywhere in practice, but, better be safe than sorry ;). --- src/calibre/devices/kobo/kobotouch_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/kobo/kobotouch_config.py b/src/calibre/devices/kobo/kobotouch_config.py index aafad31e58..594b3236e5 100644 --- a/src/calibre/devices/kobo/kobotouch_config.py +++ b/src/calibre/devices/kobo/kobotouch_config.py @@ -352,8 +352,8 @@ class CoversGroupBox(DeviceOptionsGroupBox): _('Use the PNG image format instead of JPG.' ' Higher quality, especially with "Upload dithered covers" enabled,' ' which will also help generate potentially smaller files.' - ' Behavior completely unknown on "old" Kobo firmwares,' - ' known to behave on FW >= 4.9.' + ' Behavior completely unknown on old (< 3.x) Kobo firmwares,' + ' known to behave on FW >= 4.8.' ' Has no effect without "Upload black and white covers"!'), device.get_pref('png_covers')) # Make it visually depend on B&W being enabled, to avoid storing ridiculously large color PNGs.