Mention that the Kindle Oasis output profile works for PW 2021 also

This commit is contained in:
Kovid Goyal 2021-10-29 07:54:07 +05:30
parent 350ba190d4
commit b95c2ad88e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -744,7 +744,7 @@ class KindleOasisOutput(KindlePaperWhite3Output):
name = 'Kindle Oasis'
short_name = 'kindle_oasis'
description = _('This profile is intended for the Amazon Kindle Oasis 2017 and above')
description = _('This profile is intended for the Amazon Kindle Oasis 2017, PaperWhite 2021 and above')
# Screen size is currently just the spec size, actual renderable area will
# depend on someone with the device doing tests.
screen_size = (1264, 1680)