diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index cf5ed6c8f4..6944cb0901 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -456,7 +456,7 @@ class NookHD(TabletOutput): name = 'Nook HD+' short_name = 'nook_hd_plus' description = _('Intended for the Nook HD+ and similar tablet devices with ' - 'a resolution of 1080x1920') + 'a resolution of 1280x1920') screen_size = comic_screen_size = (1280, 1920) class SonyReaderOutput(OutputProfile):