mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:18:56 +02:00
Fix #5546 (Duplicate description for iPad and computer)
This commit is contained in:
parent
45935b61c1
commit
5acee8c477
1 changed files with 2 additions and 0 deletions
|
|
@ -245,6 +245,8 @@ class iPadOutput(OutputProfile):
|
|||
|
||||
name = 'iPad'
|
||||
short_name = 'ipad'
|
||||
description = _('Intended for the iPad and similar devices with a '
|
||||
'resolution of 768x1024')
|
||||
screen_size = (768, 1024)
|
||||
comic_screen_size = (768, 1024)
|
||||
dpi = 132.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue