From 2b3b87af71bf0406c2e52a0b6bee16f683d597bb Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Sat, 22 Mar 2014 13:50:05 +0200 Subject: [PATCH] driver: Updated the Nokia 770 device information --- src/calibre/devices/nokia/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/nokia/driver.py b/src/calibre/devices/nokia/driver.py index 1f72e8790f..84bd97f28f 100644 --- a/src/calibre/devices/nokia/driver.py +++ b/src/calibre/devices/nokia/driver.py @@ -14,7 +14,7 @@ class N770(USBMS): name = 'Nokia 770 Device Interface' gui_name = 'Nokia 770' - description = _('Communicate with the Nokia 770 internet tablet.') + description = _('Communicate with the Nokia 770 Internet Tablet.') author = 'John Schember and Andres Gomez' supported_platforms = ['windows', 'linux', 'osx'] @@ -29,7 +29,7 @@ class N770(USBMS): VENDOR_NAME = 'NOKIA' WINDOWS_MAIN_MEM = '770' - MAIN_MEMORY_VOLUME_LABEL = 'N770 Main Memory' + MAIN_MEMORY_VOLUME_LABEL = 'Nokia 770 Main Memory' EBOOK_DIR_MAIN = 'My Ebooks' SUPPORTS_SUB_DIRS = True