This commit is contained in:
Kovid Goyal 2010-01-23 09:31:46 -07:00
parent ee5a5789dd
commit 15617024eb

View File

@ -932,7 +932,7 @@ class DeviceGUI(object):
if isinstance(job.exception, FreeSpaceError):
where = 'in main memory.' if 'memory' in str(job.exception) \
else 'on the storage card.'
titles = '\n'.join(['<li>'+mi['title']+'</li>' \
titles = '\n'.join(['<li>'+mi.title+'</li>' \
for mi in metadata])
d = error_dialog(self, _('No space on device'),
_('<p>Cannot upload books to device there '