Fix selecting Tablet output profile would actually select the Samsung Galaxy S profile

This commit is contained in:
Kovid Goyal 2011-01-13 10:32:28 -07:00
parent c73d1a4f0d
commit 1db0863ab5

View File

@ -441,7 +441,7 @@ class TabletOutput(iPadOutput):
class SamsungGalaxy(TabletOutput):
name = 'Samsung Galaxy'
shortname = 'galaxy'
short_name = 'galaxy'
description = _('Intended for the Samsung Galaxy and similar tablet devices with '
'a resolution of 600x1280')
screen_size = comic_screen_size = (600, 1280)