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 ;).
This commit is contained in:
NiLuJe 2019-06-03 14:29:17 +02:00
parent 62e2925e4b
commit cff3c4ad68

View File

@ -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.