This commit is contained in:
John Schember 2009-12-26 20:30:24 -05:00
parent c41cf72d35
commit 36a3889806

View File

@ -54,7 +54,7 @@ class SonyReaderInput(InputProfile):
name = 'Sony Reader' name = 'Sony Reader'
short_name = 'sony' short_name = 'sony'
description = _('This profile is intended for the SONY PRS line. ' description = _('This profile is intended for the SONY PRS line. '
'The 500/505/700 etc.') 'The 500/505/600/700 etc.')
screen_size = (584, 754) screen_size = (584, 754)
dpi = 168.451 dpi = 168.451
@ -233,7 +233,7 @@ class SonyReaderOutput(OutputProfile):
name = 'Sony Reader' name = 'Sony Reader'
short_name = 'sony' short_name = 'sony'
description = _('This profile is intended for the SONY PRS line. ' description = _('This profile is intended for the SONY PRS line. '
'The 500/505/700 etc.') 'The 500/505/600/700 etc.')
screen_size = (600, 775) screen_size = (600, 775)
dpi = 168.451 dpi = 168.451