Fix #5546 (Duplicate description for iPad and computer)

This commit is contained in:
Kovid Goyal 2010-05-16 08:08:54 -06:00
parent 45935b61c1
commit 5acee8c477

View File

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