From 36a3889806c301f74aaa511cc89af2c7f51b14ca Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 26 Dec 2009 20:30:24 -0500 Subject: [PATCH] ... --- src/calibre/customize/profiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 151582a766..1cfdfb8ba8 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -54,7 +54,7 @@ class SonyReaderInput(InputProfile): name = 'Sony Reader' short_name = 'sony' 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) dpi = 168.451 @@ -233,7 +233,7 @@ class SonyReaderOutput(OutputProfile): name = 'Sony Reader' short_name = 'sony' 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) dpi = 168.451