From 3fbca3756bee93455aa96428f7a3e1385be10d83 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 4 Jan 2015 00:14:40 -0600 Subject: [PATCH] Update description of KINDLE2 driver to refer to Voyage. --- src/calibre/devices/kindle/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index f3735f9819..cd375e0612 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -283,8 +283,8 @@ class KINDLE(USBMS): class KINDLE2(KINDLE): - name = 'Kindle 2/3/4/Touch/PaperWhite Device Interface' - description = _('Communicate with the Kindle 2/3/4/Touch/PaperWhite eBook reader.') + name = 'Kindle 2/3/4/Touch/PaperWhite/Voyage Device Interface' + description = _('Communicate with the Kindle 2/3/4/Touch/PaperWhite/Voyage eBook reader.') FORMATS = ['azw', 'mobi', 'azw3', 'prc', 'azw1', 'tpz', 'azw4', 'pobi', 'pdf', 'txt'] DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr', '.han'] @@ -355,7 +355,7 @@ class KINDLE2(KINDLE): # x330 on the PaperWhite # x262 on the Touch. Doesn't choke on x330, though. - # x470 on the Voyage, checked that it works on PW, dont have Touch anymore + # x470 on the Voyage, checked that it works on PW, dont have Touch anymore. Checked by eschwartz. THUMBNAIL_HEIGHT = 470 @classmethod