mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge from custcol trunk
This commit is contained in:
commit
d11f0925f6
@ -986,7 +986,7 @@ class DeviceBooksModel(BooksModel): # {{{
|
|||||||
|
|
||||||
tags = getattr(item, 'tags', None)
|
tags = getattr(item, 'tags', None)
|
||||||
if tags:
|
if tags:
|
||||||
tags = ', '.join(tags)
|
tags = u', '.join(tags)
|
||||||
else:
|
else:
|
||||||
tags = _('None')
|
tags = _('None')
|
||||||
data[_('Tags')] = tags
|
data[_('Tags')] = tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user