GwR revisions

This commit is contained in:
GRiker 2010-05-28 16:12:04 -06:00
parent 4559205891
commit 39b3559115

View File

@ -255,7 +255,7 @@ class ITUNES(DevicePlugin):
undeletable_titles.append(self.cached_books[path]['title']) undeletable_titles.append(self.cached_books[path]['title'])
if undeletable_titles: 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) details='\n'.join(undeletable_titles), level=UserFeedback.WARN)
def eject(self): def eject(self):