mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #5546 (Duplicate description for iPad and computer)
This commit is contained in:
parent
45935b61c1
commit
5acee8c477
@ -245,6 +245,8 @@ class iPadOutput(OutputProfile):
|
|||||||
|
|
||||||
name = 'iPad'
|
name = 'iPad'
|
||||||
short_name = 'ipad'
|
short_name = 'ipad'
|
||||||
|
description = _('Intended for the iPad and similar devices with a '
|
||||||
|
'resolution of 768x1024')
|
||||||
screen_size = (768, 1024)
|
screen_size = (768, 1024)
|
||||||
comic_screen_size = (768, 1024)
|
comic_screen_size = (768, 1024)
|
||||||
dpi = 132.0
|
dpi = 132.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user