mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GwR revisions
This commit is contained in:
parent
4559205891
commit
39b3559115
@ -255,7 +255,7 @@ class ITUNES(DevicePlugin):
|
||||
undeletable_titles.append(self.cached_books[path]['title'])
|
||||
|
||||
if undeletable_titles:
|
||||
raise UserFeedback(_('These books must be deleted on the device:'),
|
||||
raise UserFeedback(_('These books may only be deleted on the device in iBooks:'),
|
||||
details='\n'.join(undeletable_titles), level=UserFeedback.WARN)
|
||||
|
||||
def eject(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user