mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GwR add custom BACKLOADING_ERROR_MESSAGE
This commit is contained in:
parent
1e9b25cd3b
commit
bd9d9ecceb
@ -97,6 +97,9 @@ class ITUNES(DriverBase):
|
|||||||
|
|
||||||
OPEN_FEEDBACK_MESSAGE = _(
|
OPEN_FEEDBACK_MESSAGE = _(
|
||||||
'Apple device detected, launching iTunes, please wait ...')
|
'Apple device detected, launching iTunes, please wait ...')
|
||||||
|
BACKLOADING_ERROR_MESSAGE = _(
|
||||||
|
"Cannot copy books directly from iDevice. "
|
||||||
|
"Drag from iTunes Library to desktop, then add to calibre's Library window.")
|
||||||
|
|
||||||
# Product IDs:
|
# Product IDs:
|
||||||
# 0x1291 iPod Touch
|
# 0x1291 iPod Touch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user