mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Change emblem for duplicates to error symbol
This commit is contained in:
parent
f3fb18de6d
commit
0041b33804
@ -380,7 +380,7 @@ class FileList(QTreeWidget):
|
|||||||
tooltips.append(_('This file is a text file that is not referenced in the spine'))
|
tooltips.append(_('This file is a text file that is not referenced in the spine'))
|
||||||
if category == 'text' and name in processed:
|
if category == 'text' and name in processed:
|
||||||
# Duplicate entry in spine
|
# 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'))
|
tooltips.append(_('This file occurs more than once in the spine'))
|
||||||
|
|
||||||
render_emblems(item, emblems)
|
render_emblems(item, emblems)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user