From 4f83016d30e6358cfc1826b9d8c6fc876d8c1fa7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Apr 2022 20:51:50 +0530 Subject: [PATCH] ... --- src/calibre/devices/kindle/driver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 65d69463e9..4c85b1f3a8 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -101,7 +101,8 @@ class KINDLE(USBMS): from calibre.utils.localization import localize_website_link return OpenPopupMessage(title=_('WARNING: E-book covers'), message=_( 'Amazon has broken display of covers for books sent to the Kindle by USB cable. To workaround it,' - ' you have to:
  1. Send the books to the Kindle
  2. Disconnect the Kindle and wait for the covers to be deleted' + ' you have to either keep your Kindle in Airplane mode, or:' + '
    1. Send the books to the Kindle
    2. Disconnect the Kindle and wait for the covers to be deleted' ' by Amazon
    3. Reconnect the Kindle and calibre will restore the covers.
    After this the' ' covers for those books should stay put. Click here for details.').format(localize_website_link( 'https://manual.calibre-ebook.com/faq.html#covers-for-books-i'