mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 15:26:15 +01:00
Change emblem for duplicates to error symbol
This commit is contained in:
parent
f3fb18de6d
commit
0041b33804
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ def create_item(name, linear=None):
|
|||
tooltips.append(_('This file is a text file that is not referenced in the spine'))
|
||||
if category == 'text' and name in processed:
|
||||
# Duplicate entry in spine
|
||||
emblems.append('dialog_warning.png')
|
||||
emblems.append('dialog_error.png')
|
||||
tooltips.append(_('This file occurs more than once in the spine'))
|
||||
|
||||
render_emblems(item, emblems)
|
||||
|
|
|
|||
Loading…
Reference in a new issue