From b95c2ad88ec24010a97f6f5787784bf7ed7a3f23 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 29 Oct 2021 07:54:07 +0530 Subject: [PATCH] Mention that the Kindle Oasis output profile works for PW 2021 also --- src/calibre/customize/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 08452b2062..85a697fd37 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -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)