From e15eb118ef4e8098147cd6f72697bf896f92e523 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 May 2009 12:01:02 -0700 Subject: [PATCH] IGN:... --- src/calibre/devices/bebook/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/bebook/driver.py b/src/calibre/devices/bebook/driver.py index 5c45bdbdde..639a9fdd13 100644 --- a/src/calibre/devices/bebook/driver.py +++ b/src/calibre/devices/bebook/driver.py @@ -25,7 +25,7 @@ class BEBOOK(USBMS): WINDOWS_CARD_A_MEM = 'BEBOOK_STORAGE_CARD' OSX_MAIN_MEM = 'BeBook Internal Memory' - OSX_CARD_MEM = 'BeBook Storage Card' + OSX_CARD_A_MEM = 'BeBook Storage Card' MAIN_MEMORY_VOLUME_LABEL = 'BeBook Internal Memory' STORAGE_CARD_VOLUME_LABEL = 'BeBook Storage Card'