From a9e104dda625b09b3e1712c54ec1e54ab6ba2ff4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Sep 2012 10:29:13 +0530 Subject: [PATCH] ... --- src/calibre/devices/android/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index efe979158d..9ae6f4ab9c 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -187,10 +187,10 @@ class ANDROID(USBMS): EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books', 'sdcard/ebooks'] EXTRA_CUSTOMIZATION_MESSAGE = [_('Comma separated list of directories to ' - 'send e-books to on the device\'s main memory. The first one that exists will ' + 'send e-books to on the device\'s main memory. The first one that exists will ' 'be used'), _('Comma separated list of directories to ' - 'send e-books to on the device\'s storage cards. The first one that exists will ' + 'send e-books to on the device\'s storage cards. The first one that exists will ' 'be used') ]