Fix #1998679 [Enhancement Request: FTS indexing: suggestion for dialog text](https://bugs.launchpad.net/calibre/+bug/1998679)

This commit is contained in:
Kovid Goyal 2022-12-07 13:06:04 +05:30
parent c62386684f
commit 23c673e8ab
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -34,7 +34,8 @@ class ScanProgress(QWidget):
' calibre speed up indexing. This is useful if you intend to leave your' ' calibre speed up indexing. This is useful if you intend to leave your'
' computer running overnight to quickly finish the indexing.' ' computer running overnight to quickly finish the indexing.'
' Both your computer and calibre will be less responsive while' ' Both your computer and calibre will be less responsive while'
' fast indexing is active.' ' fast indexing is active. Closing this window will automatically reset to'
' slow indexing.'
)) ))
la.setWordWrap(True) la.setWordWrap(True)
l.addWidget(la) l.addWidget(la)