This commit is contained in:
Kovid Goyal 2013-02-06 09:42:32 +05:30
parent bfc734a981
commit 7ed3b96283

View File

@ -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):