This commit is contained in:
Kovid Goyal 2014-01-06 20:44:47 +05:30
parent 0a9825d39a
commit bf733ef1b6

View File

@ -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')