From 5acee8c47746edbd43b51956d10db5ca3026741a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 May 2010 08:08:54 -0600 Subject: [PATCH] Fix #5546 (Duplicate description for iPad and computer) --- src/calibre/customize/profiles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 242c7d8a91..f5a602f7c2 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -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