mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0a9825d39a
commit
bf733ef1b6
@ -373,7 +373,7 @@ class FileList(QTreeWidget):
|
||||
tooltips.append(_('This file is not listed in the book manifest'))
|
||||
if linear is False:
|
||||
emblems.append('arrow-down.png')
|
||||
tooltips.append(_('This file is marked as non-linear in the spine'))
|
||||
tooltips.append(_('This file is marked as non-linear in the spine\nDrag it to the top to make it linear'))
|
||||
if linear is None and icat == 'text':
|
||||
# Text item outside spine
|
||||
emblems.append('dialog_warning.png')
|
||||
|
Loading…
x
Reference in New Issue
Block a user